2006/12/19, Christof Donat <[EMAIL PROTECTED]>:

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().


ID should be uniqe over the page, so  div#myid is redundant.

$('.dialog') does 851 function calls (!!!!)


is what scares me




--
Dragan Krstić krdr
http://krdr.ebloggy.com/
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to