[jQuery] $(this).getAttribute("href") Doesn't work
$(this).getAttribute("href");
Doesn't work while
this.getAttribute("href");
does. I am trying something like this:
$(this).find("h3 a").getAttribute("href");
but cant.
--
Best Regards,
Nate Wienert
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/