Skip to main content

All Questions

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
0 votes
1 answer
220 views

How to autofill credit card data using .selectmenu jquery ui?

I have payment page. with credit card PAN input and expiration date select boxes (month/year) which I modified from select box to drop down menu using jquery ui > .selectmenu When I choose saved card ...
David's user avatar
  • 4,470
-1 votes
1 answer
158 views

Dropdown Menu opens on the top on click after Jquery 1.12.4 update

I have a group of buttons that opens up a menu on click. Recently we updated from Jquery 1.11 to Jquery1.12.4. After this update whenever the menu is clicked the menu opens on the top irrespective of ...
Amarender Reddy's user avatar
1 vote
1 answer
142 views

Iterating an object to create a select with option groups

I have an object like this: { "Administration": { "5756":"AdminRelease 1", "8238":"AdminRelease 2", "8239":"AdminRelease 3" }, "Office": { "6016":"AndroidRelease 1", "6017":"...
Einstein_AB's user avatar
0 votes
0 answers
66 views

How to set value in dropdown in jQuery autocomplete combobox

I'm using struts and jquery in my application. I have a 2 screens, both have tables and columns. First screen outputs a bunch of columns, One of the column is a clickable. When user clicks on it, it ...
AppSensei's user avatar
  • 8,370
1 vote
2 answers
1k views

How to get the selected element of the dropdown selectMenu widgets having the same classes using jQuery?

I developed a dropdown list using the jQuery UI selectMenu widget. Although I developed a drop-down component in the Angular and reused it many times. Now the problem was that I gave the same class ...
KhiladiBhaiyya's user avatar
1 vote
1 answer
827 views

How to create a fixed header of the dropdown list created by the selectMenu widget?

I created a dropdown list using the selectMenu jQuery widget. Here is the code for that. $(function() { $.widget("custom.mySelectMenu", $.ui.selectmenu, { _renderMenu: function(...
KhiladiBhaiyya's user avatar
1 vote
2 answers
2k views

jquery-ui selectmenu fix on screen when i scrolling

On my site there is a panel (with vertical scrollbar) inside which elements are located. <div id = 'panel' style = 'width: 200px; height: 600px; overflow-y: scroll;'> <select id = '...
Zhihar's user avatar
  • 1,378
0 votes
2 answers
846 views

Editable dropdown is not clearing another dropdown text on select event

Hello I am using jquery editable dropdownlist where i can both select and type in the dropdownlist to perform autocomplete also.What I want ,to clear the second editable dropdown selected/input text(...
Asifuzzaman's user avatar
  • 1,783
0 votes
0 answers
130 views

jQuery UI datepicker - closes with a custom selectmenu

I have jQuery UI installed and am currently having an issue with the datepicker widget. I have the calendar displayed when you click on the icon and it is generated. The calendar has a select menu for ...
bldev's user avatar
  • 137
0 votes
1 answer
2k views

How to make jQuery UI autocomplete dropdown ul list item selectively disabled

The dropdown classes are ul.ui-autocomplete li.ui-menu-item by default. I want to make the unselectable li not selectable for better UX. i.e. If I enter keywords "coat" in the search bar, it shows ...
7537247's user avatar
  • 323
4 votes
2 answers
6k views

JQueryUI adding an image in option

Firstly, I've tried to find a select menu plugin for jquery that to be able to render images in the options. I found such one but it is not updated long time ago and I am afraid it is not supported ...
Boris Todorov's user avatar
0 votes
2 answers
2k views

Overlap Text on Dropdown Menu

I have an issue with my Dropdown menu that is overlapped by the content of the page. Here is the jsfiddle of it: https://jsfiddle.net/yusrilmaulidanraji/qu4fnxLn/ and here is my code: html: <...
Yusril Maulidan Raji's user avatar
1 vote
1 answer
183 views

unable to enable other select menu based on the value of first select menu

I have 2 dropdown select menu items labelled Connection Mode and Ip Version. Based on value in Connection Mode (static), Ip Version should enable but if I choose "dhcp" in connection mode it should ...
Rajat Bansal's user avatar
0 votes
1 answer
291 views

jQueryUI: Select dropdown not displaying correctly in tab layout

In this example I'm trying to create a tab layout, in which each tab will contain a dropdown list. I have to do it this way because there will be navigation between the tabs and initially only the ...
Peter G.'s user avatar
  • 7,954

15 30 50 per page
1
2 3 4 5