Hello.

While developing a site for a client I made a page where I hid all the
div:s with the class news_container like this
$('.news_container:not(:first)').hide();
This works great in Mozilla and Safari 4 (I haven't tried Chrome yet)
but both Safari 3.2.1 and 3.2.2 hide all the div:s, including the
first one. This happens in IE 8 as well.

Am I writing it wrong or is this a known bug in these browsers or in
jQuery?

I am running a minified jQuery 1.3.2 revision 6246.

Any help would be greatly appreciated.

Kindly, Marcus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to