I am running up against an issue I see in Safari.
Lets say I have a <div> with some content in it assigned a class of
'myClassName'. I then tell that class to be 'display: none;' in the
CSS. Now for the odd part... When I ask $(".myClassName:hidden").show
(); it doesn't show up!?
So I made a test page up that checks $(".myClassName").is(":hidden")
and what do you know, Safari says that it's visible not hidden!
Am I doing something wrong here?
NOTE: I have tried the same code on http://jquery.com/src/latest/
sane/, http://jquery.com/src/beta/sane/, and http://jquery.com/src/
dev/sane/ codebases.
Thanks for your help!
Sam
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/