I want to bind the event to the option tags in the list box so that when I click on one of them it will move to another list.
I have this code:
$('#' + opts.leftListId + ' > option').live('dblclick', function () {
Works great in Firefox, but in IE the event doesn't fire at all. I can not double-click on the node selection, because I need to move only the one that was clicked. Any ideas?
jquery internet-explorer events listbox double-click
Fiona - myaccessible.website
source share