Try the "change" event, it's more reliable:
$('select').bind('change', function(){
/* ... */
});
On Jun 28, 10:35 am, Nesto <[email protected]> wrote:
> It seems there are issues with binding events to option elements, bind
> ('click') doesn't work on anything. live('click') works for most
> browsers but not IE.
>
> Is it not suppose to work at all using .live or is IE broken?
>
> Test case can be found here:http://wollibolli.com/jquery-option/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---