Skip to main content

All Questions

Tagged with
19 votes
5 answers
30k views

jQuery change() on <select> and firefox

I have a dropdown that triggers an ajax call when its changed: $('.travel-to').change(function(){ $.ajax({ type: "GET", url: "/inc/rates/rates-viewer.php", data: "shtech=...
Chris J Allen's user avatar
2 votes
4 answers
6k views

php dropdown menu population

I'm trying to write a php script that will populate a second drop down menu based on the selection of the a primary drop down menu. I would like to use jquery to do all the non-page refresh stuff. but ...
user27751's user avatar
  • 119
5 votes
6 answers
16k views

How to make dropdown menu like "delicious" and "google"?

I want to make a dropdown menu like delicious has at this http://delicious.com/search?context=all&p=sql&lc=1 page. In this page click the arrow which is with "Search" button. On click it ...
djmzfKnm's user avatar
  • 27.1k
90 votes
14 answers
170k views

Can I open a dropdownlist using jQuery

For this dropdownlist in HTML: <select id="countries"> <option value="1">Country</option> </select> I would like to open the list (the same as left-clicking on it). Is this ...
Jon Tackabury's user avatar
304 votes
12 answers
484k views

How do I add options to a DropDownList using jQuery?

As the question says, how do I add a new option to a DropDownList using jQuery? Thanks
flesh's user avatar
  • 23.9k
383 votes
18 answers
875k views

How can I set the value of a DropDownList using jQuery?

As the question says, how do I set the value of a DropDownList control using jQuery?
flesh's user avatar
  • 23.9k
1 vote
9 answers
3k views

Getting the ID of an embedded ASP Object using JavaScript and jQuery

I am using jQuery to try and trigger a method when an ASP.NET (2.0) dropdown list's change event is handled by jQuery. The problem is that the drop down list is located inside a gridview and even then ...
Damien's user avatar
  • 14k
10 votes
3 answers
47k views

jQuery create select list options from JSON, not happening as advertised?

How come this doesn't work (operating on an empty select list <select id="requestTypes"></select> $(function() { $.getJSON("/RequestX/GetRequestTypes/", showRequestTypes); } ...
Codewerks's user avatar
  • 5,934
5 votes
4 answers
14k views

Linking combo box (JQuery preferrably)

I am wondering if anyone has any experience using a JQuery plugin that converts a html <select> <option> Blah </option> </select> combo box into something (probably a ...
Matt Mitchell's user avatar

15 30 50 per page
1
297 298 299 300
301