Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago. Improve this question I’m currently trying to make dropdown menus work in Bootstrap 5. I read this functionality requires Popper.js, but I don’t
Tag: bootstrap-5
How do I sum all checkboxes in javascript / jquery and how can it be dynamically displayed in a bootstrap label?
I am trying to get it dynamic but I just can’t get it done. The label must add up all checkboxes and if a checkbox is checked or unchecked the total count number must be up or down. If one checkbox is clicked and it is checked, the label must go up with +1, if the checkbox is clicked and
How do I either: import all of the js files into html or figure out which js files I need to get collapse from bootstrap to work?
I installed bootstrap with npm and now I have a bunch of .js files but there is no “master” js file that I can import into html, unlike the css file that does have a master .css file. I was unable to get the collapse to work without a cdn with But It did work with: This is my collapse
How to show bootstrap-5 modals position dynamically on its trigger, for each trigger
How to show bootstrap-5 modals position dynamically? I am trying to create a Google calendar clone, suppose.. when we have more events on 28th and if we click on 4 more as shown in the below image then that modal should be open on the Wed 28th to its dedicated box, not in the center or any other place. DEMO
In Bootstrap v5.0.0-alpha1 what can I use for media (BS 3/4)?
I want to use a media object in Bootstrap v5.0.0-alpha1, but how? In Bootstrap 3 & 4, I’m using it like this: In v5.0.0-alpha1, which class can I use for a media object? I was unable to find any class named ‘media’ in Bootstrap 5. Answer Since Bootstrap dropped the “media object” in version 5, you will have to use
Bootstrap 4 input field in popover
The problem is described in title. I have a Bootstrap 4 modal and one popover with input field with buttons. In IE 11 everything is ok, but in Firefox input loses focus. Popover: Popover html: https://i.stack.imgur.com/rTe2q.png Can anyone tell what is the reason for this, and how to solve this problem? UPD: I recreated the situation in a separate html-file.
Increasing the size of a bootstrap checkbox
I am creating a simple check box with the code from the official bootstrap documentation: I am wondering how to make the checkbox larger than it currently is? I have tried editing the css of customCheck and changing the height and width properties, but that does not increase the size of the box. Answer It is not a good idea