Skip to main content

All Questions

Tagged with
0 votes
0 answers
38 views

Bootstrap 5 navbar dropdown with submenu and hyperlink

In my bootstrap navbar the dropdown have submenus and the submenus also have submenus along with hyperlink. When I am using in desktop the dropdown is showing the submenus on hover but in mobile it ...
Baby Babai's user avatar
0 votes
1 answer
31 views

The footer is adding multiple times below different select2 dropdown

I am using select 2 jquery plugin to create multiple multi select dropdowns, At some scenarios the footer is getting appended multiple times under the dropdown menu. For example if you open drodpown 1 ...
sd_30's user avatar
  • 626
-1 votes
0 answers
16 views

Close the select2 dropdown only when clicking on a specific button [duplicate]

I am using the Select2 jQuery plugin to create a dropdown. I have multiple dropdowns on my page. I want the dropdown to close only when licking on 'Apply', 'Cancel' or 'Reset' buttons. I don't want ...
sd_30's user avatar
  • 626
0 votes
1 answer
45 views

select2 date custom option is not opening if clicked again

$(document).ready(function() { ///dateee picker $("#date-range-options").select2({ placeholder: "Select", minimumResultsForSearch: -1, closeOnSelect: false, allowClear: false })...
sd_30's user avatar
  • 626
0 votes
0 answers
23 views

Create a dropdown flyout menu that is same size as dropdown and top position is the same

I am looking for a way to create something like my below example but only using javascript or jquery. Currently my example is using bootstrap and popper.js. Also.. what would you call this type of ...
Travis Michael Heller's user avatar
0 votes
0 answers
40 views

Safari bug when trying to set value to a select element

i have a form but when i try to set dynamically a value to a select element safari ignores my value and automatically selects the first element of the select field. my code works perfectly fine on ...
Mehdi Ziyadi's user avatar
0 votes
0 answers
71 views

n is not a constructor error for bs4.5.2 dropdown and jquery 3.5.1

In index.html, I have these included <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@...
Konduru Premsai's user avatar
0 votes
1 answer
30 views

Show Hide a div based on selected option value of a select using JS

Hi I have this code that is working on JSFiddle, but I cannot get it working on my website. My website is running on Wordpress 6.4.2 I have a select where I want a message to show if the selected ...
pinkequine's user avatar
0 votes
1 answer
130 views

Set dropdown text after Li click of dinamically added items

Bootstrap 5. This is my code, just the UL since once the page is loaded the list of <li> come dinamically from a database. <div class="btn-group"> <button id="...
Daniel Sh.'s user avatar
  • 2,074
0 votes
0 answers
42 views

Isotope filter with checkbox or select options with multiple choices

I tried to find how to make a classic checkbox filter group with my existing data-filter method but what I find on internet, they are all combined or use value, etc (https://codepen.io/desandro/pen/...
Igor Laszlo's user avatar
0 votes
1 answer
49 views

jquery-editable-select is not working in asp.net dropdownlist

I am trying to implement jquery-editable-select in asp.net dropdownlist tools but its not working while the same thing is working in html select dropdownlist Here is the code of Html Select ...
s.k.Soni's user avatar
  • 1,220
0 votes
1 answer
57 views

Using JQuery to show multi-ID content based on user SELECT input

I'm building a character wiki for my book series and trying to hide spoilers. The readers are shown a dropdown box asking them which is the last book they've completed. When they select this, the divs ...
AngstyG's user avatar
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
0 votes
1 answer
38 views

Django admin drop down menu dependent won't load

First, I know there are other post on topic but until now none worked for me hence here I am kindly asking your help. The task is simple: in Django Admin I have a form with a drop-down menu whose ...
LM_IT's user avatar
  • 188
0 votes
1 answer
31 views

Why is my select element not changing options?

I am using Jquery and Jquery-UI 1.7.2. The code itself is a tampermonkey script with the grants necessary for GM_setValue and GM_getValue already written. The part of the code that has the issue is ...
deniz's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
301