[jQuery] Select list scroll event?
I'd like to be able to change the source attribute of an image based
on which option in a <select> is being highlighted. Here's an example:
http://zivotdesign.com/examples/jquery/test.html
The example uses change(), which is okay, except you have to click to
choose one of the options. I'd like the image to change as you scroll
through the list. Is that possible?
Thanks,
Owen