Hi,
i am a newbie in JQuery.
I have encounter a performance problem with JQuery in IE7 with this sort of code :
$my.maSpyzone.find('#id1 #id2 #id3 #id4 #id5 #id6 #id7 #id8 #id9 #id10 #id11 #id12 #id13 #id14 ... ').change(
function(e) { ...some code here... }
});
maSpyzone is a div element.
But this works fine on chrome or firefox....
I have used ids instead of class to increase IE performance withn't any success.
Somebody could explain me why?
Thanks,