That’s right — I just used the perfect passive participle. Deal with it. Everyone else is doing it, so I suppose I have to do a postmortem on The Ajax Experience. IE.next and JavaScript The just‐released Internet Explorer 7 features only a few crumbs for JavaScript developers, so I respect Chris Wilson…
Category: Articles
More than you ever wanted to know about $$ and XPath
•
Posted in
Articles, Development, JavaScript, Web
I took great interest in Sylvain Zimmer’s optimized version of Prototype’s $$
function, since I’ve been working on something very similar recently. Sylvain’s version uses more workmanlike string parsing; mine uses XPath. Each approach has its strengths and weaknesses.