[jQuery] DropDown list and selected Index - SelectedIndex ?
[jQuery] DropDown list and selected Index - SelectedIndex ?
How do I go about retreiving the selected value of a dropdown list using jquery? In regular js I do this : <select onchange="f(this.selectedIndex)"> <option></option> <option></option> </select>