Tag: toolkit

  • jQuery 1.2 Released!

    This is a major release for the JavaScript library that I have grown to love. Before I list the new features, it is important to note what functionality has been removed from jQuery. Here’s the deprecated functionality: These Selectors XPath Descendant Selector: $(“div//p”) XPath Child Selector: $(“div/p”) XPath Parent Selector: $(“p/../div”) XPath Contains Predicate Selector:…

  • The Ajax Experience: jQuery Toolkit

    I went to The Ajax Experience with high expectations of catching some great tips regarding development in an Ajax environment. At the same time, I was sure of my previous decision with the use of Prototype and Script.aculo.us was as good as it gets (without diving into the widgetized world…e.g. Dojo). I attended John Resig‘s…