jQuery carousel clicks update <select> list's "selected" option to match clicked item's title attrib
- by Scott B
The code below allows me to change a preview image outside the carousel widget so that it matches the element under the mouse. For example, if the user mouses over image2's thumbnail, the script updates .selectedImage so that it displays image2's full size version.
I'd like to enhance it so that the #myThumbs options listing updates its "selected"…