HTML Component Library now supports JQuery
HTML Component Library now supports JQuery
Inspired by Edwin Yip comment in https://plus.google.com/111474707006351652076/posts/Nheb3RqLhyf
Methods are similar to XPath, for example
for Node in Document.JQuery('h2, h3.myclass, h2+h3') do Memo1.Lines.Add(Node.Id);
Inspired by Edwin Yip comment in https://plus.google.com/111474707006351652076/posts/Nheb3RqLhyf
Methods are similar to XPath, for example
for Node in Document.JQuery('h2, h3.myclass, h2+h3') do Memo1.Lines.Add(Node.Id);
not so fast ... I can't handle the constant flow of new features :)
ReplyDeleteFred Ahrens It wasn't hard because CSS selectors were already implemented)
ReplyDelete