My misstake. It "almost works.
If we run this on a page where content doesn't come via ajax, it
doesn't work!

Also it's not enough just to run this.live() on "none ajax content"
either, but when we chain bind and live it works.

//Mattias

On 18 Jan, 11:51, Mattias Hallström <[email protected]> wrote:
> 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.


Reply via email to