Introduction
jQuery++ is a collection of useful DOM helpers and events that are missing in current jQuery framework. Created by the the team from Bitovi, they have created jQuery++ to complement jQUery. Worth to be mentioned is the documentations that comes with examples and details explanation to make sure you understand and take advantage of it.
DOM Helpers
- jQuery.animate - animate using CSS animations
- jQuery.compare - compare element document position
- jQuery.cookie - read and write cookies
- jQuery.dimensions - set and animate innerWidth and outerWidth
- jQuery.fills - Makes an element fill out its parent
- jQuery.formParams - serializes a form into an object
- jQuery.range - create and manipulate text ranges
- jQuery.selection - get and set the current text selection
- jQuery.styles - quickly read computed styles
- jQuery.within - get elements within an area or at a point
Events
- jQuery.event.destroyed - an element is removed from the DOM
- jQuery.event.drag - delegatable drag events
- jQuery.event.drop - delegatable drop events
- jQuery.event.fastfix - faster jQuery.event.fix using ES5 getters
- jQuery.event.hover - delegatable hover events
- jQuery.event.key - returns a string representation of the key pressed
- jQuery.event.pause - pause and resume event propagation
- jQuery.event.resize - listen to a resize event on every object
- jQuery.event.swipe - delegatable swipe events
SPECIFICATIONS & DOWNLOAD
- Official Website / Demo / Download
- Plugin Category: Framework & Libraries
- Requirement: jQuery Framework
- Compatibility: Most Browsers
- License: MIT License
Comments will be moderated and
rel="nofollow"
will be added to all links. You can wrap your coding with[code][/code]
to make use of built-in syntax highlighter.