How can I get the value of a Drop list while hovering the options with the mouse without clicking (selecting) using JS or jQuery?
Ex.
List of Stuff
-Dog
-Cat
-Bird

When I move my mouse around the options of the droplist, it will tell me that my item is being highligted.
This isn’t possible with standard selects, but if you need the desired effect badly enough you can create your own select components and back them with hidden inputs.