I have a javascript function that needs to run when a user clicks on a dropdownlist, basically it needs to show some extra information about the option in that dropdownlist.
$('.scaleAnswersDropDown').click(function () { ShowExtraInfo(); });
This works as intended, but doesn’t trigger when the user uses the tab key to select the dropdownlist… Is there a way to capture this event and as such show the extra info as well?
thanks
Sam
api.jquery.com/focus – Meke 36 mins ago
Copied for closure. 🙂