[jQuery] Select box options as array?
I can't quite get my head around this problem and would really
appreciate some advice:
I've got five select boxes, all with the same five options. I'd like
to loop through each select and set it's value to each one of the
options. I.e. the first select is pre-filled with option one, the
second select is pre-filled with option two, etc.
- whiteinge