[jquery-dev] Re: Image load event - some progress

2009-02-27 Thread John Resig
Thanks for pulling these details together, they're very useful. I've added it on to the 1.4 roadmap and I'll see if we can't find a way to simplify all of this. --John On Fri, Feb 27, 2009 at 7:08 AM, ajp771 wrote: > > Quick follow up - webkit won't re-fire the events on this.src = > this.src

[jquery-dev] Re: Image load event - some progress

2009-02-27 Thread ajp771
Quick follow up - webkit won't re-fire the events on this.src = this.src, but this unattractive modification will work fortunately it doesn't generate any request, nor fire the error event, nor cause any flicker: var src = this.src; this.src = '#';