[jQuery] JQuery slow?
[jQuery] JQuery slow?
Hi,
I am doing this very simple test on a page with about 20 images (in
total, all of class "gravatar"):
$('img.gravatar').each(function() {
void($(this).width);
});
The problem is that it takes 8 seconds to process in Internet Explorer,
completely locking the screen during this time. Profiling the same with
FF, it "only" takes half a second (which is not too good either). Am I
using the width-property in an unproper way?
Any idea what causes this slow behaviour?
Thanks and greetings,
Arash
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/