JQuery++ Offers Useful DOM Helpers & Special Events for JQuery 1.7+
Join the DZone community and get the full member experience.
Join For Free
jquery++
is an extremely collection of useful dom helpers and special events for
jquery 1.7 and later. it is not a ui project like jquery ui or jquery
tools, instead, it is all about providing low-level utilities for things
that jquery does not support. if underscore is jquery’s
functional-programming tie, jquery++ can be dubbed as jquery’s bald-spot
covering toupee. below is are lists of dom helpers and special events
that jquery++ provide:
requirements : jquery
demo : http:/ / jquerypp. com
license : mit license
dom helpers - faster and easier dom manipulation with:
- 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.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 - listen to special events with:
- 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

requirements : jquery
demo : http:/ / jquerypp. com
license : mit license
Event
JQuery
Published at DZone with permission of Hirvesh Munogee, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments