python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
alignment of component using css
I want to put either fileselector same as dropdown list or dropdown as fileselector. I am OK for both. I mean they should be of same size and in alignment.
<div>
<Row>
<div...

Shruti sharma
Votes: 0
Answers: 1
Prevent Bootstrap popover from appearing before it gets hidden by .hide()
I'm trying to make it so that a popover does/doesn't appear based on a conditional.
<form class="submit-form" action="{% url 'search' %}" method="post">
...
user17817249
Votes: 0
Answers: 1
Bootstrap tooltip not triggering on badge
I have a Laravel app for which I'm trying to trigger a Bootstrap tooltip on a badge, but am getting the following error in the console:
Uncaught ReferenceError: Tooltip is not defined
I'm importing P...

Hashim Aziz
Votes: 0
Answers: 2
How to use several bootstrap modal in one view for CRUD action in Django?
I have a view by several modal and forms like Add_image , Add_birthday and a table for show all objects.
I want for every ROW create button and modal for edit. When user click Edit_button open a modal...
mirage
Votes: 0
Answers: 1