Best jQuery Events Plugins & Tutorials with Demo

    Touche.js : Touch events on Touchscreen

    Touche.js : Touch events on Touchscreen

    Effortlessly re-map click events to touch events on touchscreen UIs.

    • Removes the 300ms delay (after the user lifts their finger), applied by all touchscreens devices and immediately invokes your click handlers.
    • Takes your click events applied with jQuery and silently re-maps them to the “touchend” event for devices that support touch.

    VisualKeys : jQuery Visual Keyboard Shortcuts Plugin

    VisualKeys : jQuery Visual Keyboard Shortcuts Plugin

    VisualKeys is a jQuery plugin to configure shortcuts to users most used actions. It’s best on web interfaces where users have to execute repetitive tasks giving them a faster way to do the job.

    mresize : Event based jQuery element Resize

    mresize : Event based jQuery element Resize

    The plugin does not use any kind of timer(s) to detect size changes. It uses the resize event on (invincible) iframe(s) which makes it perform much better than other solutions which use timers to poll element size. The script detects size changes made from JS, CSS, animations etc. and it works on any element able to contain other elements (e.g. div, p, li etc.). To use it on other inline elements (e.g. images) you need to add a wrapper and call the event on it.

    jQuery Modify : Input Element Modified Event Plugin

    jQuery Modify : Input Element Modified Event Plugin

    jQuery plugin that fires event immediately when input value is modified.

    ResizeEnd : jQuery Window Resize-end Event Plugin

    ResizeEnd : jQuery Window Resize-end Event Plugin

    A jQuery plugin that allows for window resize-end event handling.

    Wheel Indicator : JavaScript Touch Movement Event Library

    Wheel Indicator : JavaScript Touch Movement Event Library

    Generates event when user makes new movement (like a swipe on a touchscreen).

    jQuery Watch : Plugin to watch CSS style Changes

    jQuery Watch : Plugin to watch CSS style Changes

    A jQuery plug-in allows you to monitor changes to any DOM element’s CSS styles, attributes or properties and fires a callback in response to any change in the monitored styles or attributes.

    jQuery Scrolling Stops Event Plugin

    jQuery Scrolling Stops Event Plugin

    A jQuery plugin that fires events when scrolling stops and starts.

    offscreen.js : Detects if an Element falls of the Viewport

    offscreen.js : Detects if an Element falls of the Viewport

    jQuery plugin to detects if an element (tooltip) falls of the right/left/top/bottom side of your screen/viewport.Adds a class to all your elements with the defined selector that fall of the right/left/top/bottom side of the screen.

    LoadImages : jQuery plugin to Attach load listeners to Images

    LoadImages : jQuery plugin to Attach load listeners to Images

    A jQuery plugin to attach load listeners to images within a container and fire an event when all the images have loaded.