Skip to main content

All Questions

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
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
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
37 views

Can't get this dropped down menu to work JQuery

On the code I am working below, in the tab called issues, when you hover over it a subsequent menu drops down. It disappears when you leave the tab which is good. However, I would like the new sub-...
user avatar
2 votes
0 answers
76 views

Triggering change with value from API

I'm working on a project where I need to obtain current coords, save them as variables, send those parameters to GeoNames and obtain country code. That country code is meant to trigger a change event ...
user avatar
0 votes
0 answers
35 views

Select boxes not keeping selected options

So, I'm new to development and I'm having some problems with a script. In practice, I have interconnected drop-down menus, which will filter the data on the display. The first country menu is what ...
PeW's user avatar
  • 1
0 votes
1 answer
36 views

Trouble having a dropdown change an image being displayed

My goal is to have a series of 4 images that you can click, a drop-down menu appears, and a new selection can be made. The new selection should change the image to one that corresponds with the ...
Jacob Mason's user avatar
0 votes
0 answers
39 views

How to log the value of a clone drop down?

I understand that when you change a selection, the state of the selection is stored in browser and the cloned node will never include the state of object/ element which is changed and/or stored by ...
genericdude76's user avatar
0 votes
0 answers
41 views

How to make the top element of a dropdown open when the page loads

I have this dropdown and I am trying to keep just have it open initially when the page loads, then users can click off of it or click on a different element of the dropdown to open another part of it ...
Wx_Trader's user avatar
0 votes
1 answer
621 views

Select option with JQUERY in laravel 9

I'm making a form for setting data. so when I select by department and I select the IT department. the data ends there, but here when I select the IT department, what appears instead selects the ...
akhiratunnisa's user avatar
0 votes
1 answer
44 views

Not matching label in JavaScript onclick

I have an interactive form inside which uses a javascript function for onclick. The function is running well, but the problem is when it is saved, what enters the table is that the value of the ...
Irfan Chaniago's user avatar
0 votes
2 answers
55 views

Use variable outside the function

To double-check, I try a console log both inside and outside the function. The one inside the function is fine, but the one outside the function displays "undefined." I need to get the value ...
Keo's user avatar
  • 5
0 votes
1 answer
31 views

Remove class from selected dropdown child div when moving to sibling dropdown child div

I need some assistance with forcing a selected nav dropdown child div (.header-child-accordion) to removeClass (.arrow-up) when a user moves to a different nav dropdown and moves completely off the ...
Houghtonator's user avatar

15 30 50 per page
1
2 3 4 5
137