jQuery 1.2 released
There is a massive new release of jQuery with many enhancements. Although some features are removed, so please be sure to read the notes on how to upgrade before doing so.
jQuery is JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages.
Here is a list of the new features:
-
Selectors
- :has(selector)
- :header
- :animated
- XPath Selector Plugin
- Attributes
- .val() Overhaul
- Traversing
- .map()
- .prevAll() / .nextAll()
- .slice()
- .hasClass()
- .andSelf()
- .contents()
- Manipulation
- .wrapInner() / .wrapAll()
- .replaceWith() / .replaceAll()
- Event Cloning
- CSS
- .offset()
- .height() / .width() for document and window

Comments
Be the first to write a comment
You must me logged in to write a comment.