On Aug 28, 2007, at 11:07 AM, Klaus Hartl wrote:


Nico wrote:
Wonderfull! :-) It works with this one:
 $(this).find('/span/a').html('it works');
Thanks a lot for your help


You could write that even shorter:

$('/span/a', this).html('it works');


--Klaus

Also, remember that beginning with version 1.2, these XPath selectors will be available only with a plugin. :(

--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com


Reply via email to