Hi,

> looking for an ID (which should be unique) after getting the tags is
> worthless.

Well, it shouldn't be. I might whant to hide an Element with the id "myid" 
only if it is an image. Then I'd try first $('img#myid').hide() and expect it 
to work like $('#myid').filter('img').hide().

Christof

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to