Skip to main content

All Questions

Tagged with
1,200 questions with no upvoted or accepted answers
7 votes
2 answers
14k views

How to make ipad like dropdownlist in desktop browsers using select tag of HTML and css only, is it possible?

I am working on a project where i have to give some style to a select box(dropdown list) ....this page will work almost on every devices (responsive web design) i have to give style to a select box ...
Jamna's user avatar
  • 2,569
5 votes
1 answer
2k views

Disable options in an appended drop-down list using jQuery

I am using Yii2 php framework and here's how I displayed the first drop-down list: <?php $deductions = PayrollItems::find()->where(['store_id' => $session['store_id']])->orwhere(['...
kaynewilder's user avatar
4 votes
0 answers
81 views

How to use selectbox of a form for its progress bar in jQuery?

When i use the select box in progress bar in jQuery with change event then the width of the progress bar is increased but i need the progress bar increased only once . but it changes all the time when ...
Someshver Thakur's user avatar
4 votes
0 answers
1k views

Multiple dropdowns, same options, only allow value to be selected once - Semantic UI

Using Semantic UI for generating single dropdowns, and using the same data (select options) for multiple dropdowns (user can select in any of dropdowns), but only want the user to be able to select a ...
sMyles's user avatar
  • 2,606
4 votes
2 answers
3k views

How to search selected option of dropdown list using ctrl-f browser search?

I have multiple select dropdowns on my page. I need to find the selected option of dropdown using browser's ctrl-f search since the form is very long user can't scroll every time to find the selected ...
IT_Philic's user avatar
  • 321
4 votes
0 answers
16k views

Show Bootstrap Multi level Dropdown Menu on Hover

I understand there are couple of posts on this title. What I want , to implement the same in my existing code and by using jQuery since I have already added ample of CSS lines for it's styling purpose....
Swapna's user avatar
  • 843
4 votes
1 answer
962 views

Why do I have to click a selectbox option twice in IE for it to go away?

I have a selectbox on my page, and it works excellently in every browser except IE. I've tested on 8 and 9, and I have the same issue. When I click an option, the .change() event fires, exactly like ...
Alex Kibler's user avatar
  • 4,864
4 votes
1 answer
1k views

Can Chosen.js search the values of options as well as their text?

I am using the jQuery plugin Chosen.js with a long list of options. Sometimes people search for abbreviations that occur in the value attribute but not in the human-readable text displayed for an ...
Christian Pietsch's user avatar
3 votes
0 answers
2k views

dropdown with form fields bootstrap 3

I'm trying to build a dropdown that functions like in the image below (or go to kayak's website): I need a dropdown field within the dropdown field, and then I need a couple of fields that allow ...
JBear's user avatar
  • 333
3 votes
0 answers
987 views

UI Dropdown Performance Issue with large Select Dropdown

I'm working with Semantic UI dropdowns, and I need to create a dropdown with around 3000 options in it. The dropdown works very well, except for one case. If the user clears out the search text, the ...
ChrisRiv91's user avatar
3 votes
1 answer
1k views

How can I make this dropdown-menu not close itself after selecting an option

I'm using this NavBar that contains a dropdown menu: http://jsfiddle.net/rvetgyen/ /** * Created by Kupletsky Sergey on 17.10.14. * * Material Sidebar (Profile menu) * Tested on Win8.1 ...
Hugo Nakamura's user avatar
3 votes
0 answers
1k views

Chosen drop list outside parent div

I've been using the Chosen plugin for my app, but I've run into several major issues. They all come down to the same thing - the drop list is created as a sibling div to the select element, so it is ...
riv's user avatar
  • 7,234
3 votes
1 answer
2k views

Dropdown menu overflow not working when inside a bootstrap nav bar

I have this dropdown menu which works great: <div class="btn-group pull-left"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="#"> <i class="icon-map-marker ...
Adam's user avatar
  • 959
3 votes
1 answer
1k views

How to display checked value in Jquery Dropdown List populate from database

How to display ticked/checked data in a JQuery Dropdown list. Basically my problem is that i want to display back checked value in a jquery dropdown list which is store in the database. i tried ...
Din Dang's user avatar
3 votes
1 answer
2k views

Accessible full width dropdown menu with Jquery hover, focus and blur

I have a full-width drop-down menu that shows all submenu's on hover or on getting focus (to make it keyboard-accessible). It's a menu you see often, but keyboard accessibility I haven't found ...
Michelle's user avatar

15 30 50 per page
1
2 3 4 5
80