Can someone explain this javascript code to me?

Posted by Fernando SBS on Stack Overflow See other posts from Stack Overflow or by Fernando SBS
Published on 2010-05-09T18:27:44Z Indexed on 2010/05/09 18:28 UTC
Read the original article Hit count: 205

Filed under:
|
|

var vTableExp = "//a[contains(@href,'newdid')]/ancestor::td/ancestor::tr/ancestor::tbody";

var vTable = dom.find(vTableExp, XPFirst);

thanks

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about contains