JQuery 1.2 Released
September 11th, 2007The JQuery Team just realesed JQuery 1.2. A major new revision to the JQuery toolkit. While there are many major revisions to the software. Some features have been removed, many others added or updated.
Some Key revisions include improvements to the ability to use custom namespaces & queueing for animations.
Other 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
- Ajax
- Partial .load()
- Cross-Domain getScript
- JSONP
- .serialize() Overhaul
- Disable Caching
- Effects
- .stop()
- %/em Animations
- Color Animations
- Relative Animations
- Queue Control
- :animated
- step: Function
- Events
- Namespaced Events
- .triggerHandler()
- Internals
- Documentation Move
- Expando Management
Find out more at jQuery.com


Previous Post
Next Post

1 Comment
September 11th, 2007 at 11:24 am
[…] Coverage and tutorials of the new features will be published next week. In the meantime, check out the latest jQuery 1.2 […]
Leave a Reply