Is it possible to get event data from an HTML drop down list (i.e. the list that drops down, when you click on a drop down list) using jQuery / plain jscript? I am looking to capture:
- the number of times a user hovers over
<option>
before selecting the item they require. - the duration of the hover before making a selection.
At present, the events i am able to capture are for the dropdownlist element itself not the list that drops down once it is clicked upon.