hello,
Maybe I am doing something wrong but it seems there is a regression in 
the CSS selection option in JQuery 1.1.1 used for Internet Explorer 5.5

Example:

Select all elements with CSS class "example":
        x = $('.example')

JQuery 1.0 in IE 5.5:
        x.size() = 1 (for example ;)

JQuery 1.1.1 (both packed and normal version) in IE 5.5:
        x.size() = 0

It seems this does not work anymore?

thanks
Chris



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to