Wow, that's a really, really old version of the api they're showing
you over there. jQuery 1.0.3. Yikes. We stripped out all of those
helper methods ages ago. Definitely use docs.jquery.com for
information on the current api. Or visualjquery.com (just updated to
1.2.6). Or check out this blog entry for more alternatives:
http://www.learningjquery.com/2008/07/jquery-documentation-alternatives
--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Oct 16, 2008, at 11:12 PM, blacque wrote:
Thank you for your reply..
I read the manual from gotapi.com. And I read, to get href attribute I
need to write: $('a').href().
Hmm.. maybe I have misinterpreted the manual :) sorry...
Thank you so much guys!