We have the same problem, but found out that it works if we chain bind
and live like this:
this.bind("change", function(e){
// Do nothing
}).live("change", function(e){
});
Not sure why though?!
//Mattias
On 16 Jan, 14:34, mape <[email protected]> wrote:
> The example works fine in Firefox 3.6, Safari 4.0.4 and Chrome
> 4.0.295.0 dev.
>
> Doesn't seem to work in IE8 (native) and IE6, IE7 (though IEtester).
>
> http://mape.me/jquery/select-live-ie/
--
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.