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>
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>