Tag Archives: dropdown

jQuery: Change the Selected Index of a Dropdown List

To change the selected value, or selected index if you will, of a dropdown list using jQuery is not particularly difficult. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , | View Comments

Remove all Listbox and Dropdown List Items with jQuery

Today’s little code snippet is going to look at removing all the options from a select dropdown list or listbox, on the fly and using jQuery. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , | View Comments