How do you get a reference to a select field and then do things like set the
selectedIndex, get the options array etc.

 

I know I can get a reference to the object via a basic selector
$("#mySelect") but then how do I access the options array and related stuff?

 

How do you access the 'object' that you would get returned from
getElementById('mySelect')

 

Brook

Reply via email to