Reputation: 35843
With jquery 1.3.2, in IE7, $("tr.football:hidden").length returns 8, however, in IE8 it returns 0.
Did you ever met the same issue? How did you workaround this?
Thanks.
Upvotes: 4
Views: 1158
Reputation: 34038
I would suggest upgrading to the latest version of JQuery 1.4.4. There are 4 other versions of JQuery that are ahead of the one you're running, and I'd hate to see you struggle to find a solution to a problem that may be fixed in the latest JQuery release.
Of course, if the problem still exists after upgrading, there are some other things you can try:
Here is a link to the Google Libraries API. You can link directly to the latest version of JQuery 1.4.4: http://code.google.com/apis/libraries/devguide.html#jquery
Upvotes: 2