jQuery++ - jQuery's missing utils and special events

jQuery++ provides jQuery's missing utils and special events.

It is a MIT licensed collection of extremely useful DOM helpers and special events for jQuery 1.8 and later. It's not a UI project like jQuery UI. Instead, this plugin is all about providing low-level utilities for things that jQuery doesn’t support. 

 

jQuery++ has the following plugins:

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

 

w10schools
2014-09-21 05:49:31
Comments
Leave a Comment

Please login to continue.