Skip to main content

All Questions

1 vote
1 answer
448 views

bootstrap-select selectpicker can't choose in dropdown-menu

I can't find a way to use the plugin bootstrap-select inside a dropdown-menu. The select just do not show. I have added this jQuery not to close the dropdown-menu by clicking in it: $(document).on(&...
London Smith's user avatar
  • 1,661
1 vote
1 answer
10k views

Bootstrap dropdown not working and not dropping down

I'm making a small VueJS page which will be a SPA. Dropdown won't work. No matter how much I copy from the bootstrap guide or read their recommendations. It just doesn't. What I'm missing? They say ...
Zizzolo's user avatar
  • 19
0 votes
0 answers
19 views

why has my bootstrap 5 dropdown menu stopped working? [duplicate]

for some rerason my bootstrap dropdown menus have stopped working (previously they worked ok) Ive loaded jquery first then bootstrap <script src="https://code.jquery.com/jquery-3.6.0.min.js&...
misuk's user avatar
  • 205
0 votes
0 answers
93 views

Clone bootsrap-select using jquery cloneya plugin on Bootstrap framework

I'm using jquery-coloneya plugin to clone DOM elements on Bootsrap Framework. I have a problem cloning bootstrap-select elements using bootstrap-select plugin. I'm using this code: $('.linee-...
uomopalese's user avatar
0 votes
0 answers
40 views

Keyboard-navigation not properly working in multilevel boostrap dropdown-menu

At w3schools.com I found this example, just to keep it simple: <nav class="navbar navbar-inverse"> <div class="container-fluid"> <div class="navbar-header"> <a class="...
user759792's user avatar
0 votes
1 answer
676 views

Bootstrap modal with drowdown menu responsive text

I have a bootstrap modal with a dropdown menu. However, the length of the text in the dropdown menu varies. Now if the screen is narrow (mobile) then part of the text is lost.I am very curious if it ...
Kees de Jager's user avatar
1 vote
2 answers
10k views

Handle Bootstrap dropdown event in jQuery

I have markup for twitter bootstrap dropdown like below <div class="dropdown" style="width: 300px !important;"> <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="...
RAM's user avatar
  • 75
0 votes
0 answers
44 views

Creating buttons from a list composed of objects from API call

I have a section on my website to hold a drop-down list. I filled the list with objects from an API call. When I try to create buttons based on each country in the list, it appends "Denmark" ...
Samuel's user avatar
  • 1
1 vote
1 answer
428 views

Dynamically creating multiple dropdown list

I try to create new functionality which is dynamically created multiple dropdown menus. To this I'm using jQuery. I reached to problem I can't pass. Below is code which create "themeMenu" - this is ...
dYbs's user avatar
  • 41
0 votes
1 answer
627 views

How to set default selection of a dropdown by current hour?

I tried to make a timepicker for a website or find if jquery, Bootstrap etc. has any of their own (HTML's own uses AM/PM on Firefox and I couldn't change that), all I found were github projects and I ...
Tolga Açış's user avatar
0 votes
0 answers
106 views

Mega Dropdown with Bootstrap and jQuery

I need mega drop down menu like: https://codyhouse.co/demo/mega-dropdown/index.html But by using Bootstrap and jQuery. Please check small devices. Note:Now I am using bootstrap-v4 and I want to ...
Ali Ghasemzadeh's user avatar
1 vote
1 answer
237 views

Select Option display issue

I have two selects on my page, which are populated on the server. The top select here is the "master" select which filters the options you can select in the bottom select, by applying the ...
user avatar
0 votes
0 answers
55 views

Preventing twitter-bootstrap-3 dropdown from permanently closing

If the #action dropdown element is clicked, a confirm dialog is presented, and if cancelled, the dropdown is closed using .dropdown('toggle'). Not as desired, however, the dropdown cannot be reopened ...
user1032531's user avatar
  • 25.9k
2 votes
2 answers
54 views

Dropdown-menu width changes when other <li> is added by jQuery

CODE : <head> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/...
H.fate's user avatar
  • 644
0 votes
1 answer
90 views

Hamburger toggle menu for one page site

I am developing a super simple site using jQuery and bootstrap libraries but I would like the menu items to jump to the section (already done with anchors). But when I navigate back to the top the ...
Rubba's user avatar
  • 69

15 30 50 per page
1
2 3 4 5
14