Free jQuery Event Plugins
All the Free jQuery Plugins about 'Event' are listed here.
Implement Accelerated Mouse/Touch Hold Events with jQuery
- Other - 137 ViewsImplement precise mouse and touch hold interactions with jquery-event-holdrepeat. Features customizable timing, acceleration, and event delegation.
Handle Hold Events Across All Devices - jQuery LongPress
- Other - 34 ViewsA jQuery plugin for handling long press events on mobile and desktop. Configurable hold time, progress bars, and custom callbacks.
Control & Monitor User Typing with The typingEvents jQuery Plugin
- Form - 209 ViewsA jQuery plugin that tracks key presses, allows/disallows keys, and trims input for advanced text field interactions.
Delay Event Handler Function For A Specified Elapsed Time - frequentFireLimit.js
- Other - 117 ViewsA simple jQuery plugin to prevent accidental repeated events (e.g. ajax requests) run in the browser by delaying jQuery .on() call.
Delay Function Execution With The delayDo jQuery Plugin
- Other - 262 ViewsA super tiny jQuery plugin to create a timer that can be used to delay the execution of specified JavaScript functions.
Trigger An Event When Clicking X Times - xclick
- Other - 381 ViewsAn advanced click event handling jQuery plugin that enables you to perform a function when an element is clicked a certain number of times.
Trigger An Event When An Element Is Created - jQuery jCreate
- Other - 1733 ViewsA simple, lightweight jQuery plugin that can be used to cause an event handler to fire when a new element has been created.
Detect Text Change In Text Field - jQuery Textchange.js
- Other - 433 ViewsThe Textchange.js plugin provides a textchange event that will be fired every time the value in a text field is changed.
Execute Functions Within Certain Breakpoints - jQuery Breakpoints
- Other - 4197 ViewsThe jQuery Breakpoints plugin keeps tracks of breakpoint changes and executes JS functions within certain breakpoints on window resize.
jQuery Plugin For Additional Touch Events On Mobile Devices
- Mobile - 5997 ViewsTouch Events is a jQuery plugin which provides additional touch events & callback functions on mobile devices.
Change Event Execution Order In jQuery - Prioritize.js
- Other - 2610 ViewsA tiny yet useful jQuery plugin to extend the jQuery on() method that enables the user to prioritize jQuery events where multiple event handlers are attached to an element.
Fire An Event On Caret Position Change - jQuery Position Event
- Form - 1111 ViewsA jQuery solution to detect the current position of the mouse pointer in a text field and fire an event each time the caret position changes while typing.
Detect Touch Swipe Events In jQuery - Event Swipe
- Mobile - 3937 ViewsEvent Swipe is a small touch event detection plugin for jQuery that attaches event handler functions for swipe events to a specific element.
Detect Swipe Direction And Trigger Certain Events - Swipe.js
- Other - 6004 ViewsA lightweight jQuery plugin that detects finger swipe events on touch devices and trigger custom events as you swiped-left, swiped-right, swiped-up and swiped-down on an element.
Click/Tap And Hold Event Handler - jQuery Taphold
- Other - 3205 ViewsThe Taphold library provides a tap and hold event listener which will be fired when an element is clicked/tapped/pressed and held for 0.5s.
Trigger Events On Enter/Exit/Active/Inactive - waypoint.js
- Other - 1954 Viewswaypoint.js is a small JQuery plugin that provides 4 convenient event handlers which will be fired when an element enters/exits the current viewport.
Handle Caret Position Change Event In Input Field - jQuery caretchange
- Form - 902 ViewsThe caretchange jQuery plugin provides a caretchange event which can be used to handle the caret change data in an input field you specify.
Trigger Events After A Delay - jQuery onDelay
- Other - 1324 ViewsAn alternative to the jQuery on() method that enables you to fire events after an interval of time you specify, similar to the native JavaScript setInterval() method.
jQuery Plugin To Run A Function Only Once - Once.js
- Other - 3686 ViewsOnce.js is a small jQuery extension which allows you to execute a function only once on your DOM element.
Retrieve Image Blob Data From The Clipboard - jQuery Image Paste
- Other - 4944 ViewsThe jQuery Image Paste that provides a helper class for listening for the image paste event on the document, extracting out any possible blobs that were pasted in, and then triggering a custom event handler with those blobs.
Fire An Event When Pressing Enter Key - onEnter.js
- Other - 1714 ViewsA jQuery onEnter plugin that fires an event immediately when the users press the Enter key on a given element.
Add A Smart Delay To jQuery on() Method - SmartOn
- Other - 395 ViewsSmartOn is a jQuery plugin that provides 4 useful methods to extend the default jQuery on() method.
Custom Resize Event For Elements - jquery.resize.js
- Other - 688 ViewsA Cross-browser resize element plugin that provides custom resize jQuery event with handling of default window resize.
Handling Outside Event With jQuery - onOut
- Other - 376 ViewsonOut is a tiny yet useful jQuery plugin that executes a function when an HTML DOM event (e.g. click, dblclick) fired outside of given element.
Trigger A Function When A Screen Size Is Reached - jQuery applyOnScreen
- Other - 1261 ViewsApply on Screen is a jQuery plugin that monitors the window resize event and conditionally runs functions on the screen limit defined by min and max.
Trigger Events Based On Visibility - jQuery hideShow.js
- Other - 2057 ViewshideShow.js is a small yet sometimes useful jQuery plugin to fire events when a specific element is hidden or visible in the web page.
jQuery Plugin To Bind Single Click Event To Element - singleclick.js
- Other - 1300 ViewsJust another lightweight jQuery plugin that binds a 'single click' event to prevent user from double clicking on a specific element.
Prevent Instant Click Event On Touch Devices - jQuery prevent-touch
- Other - 1146 Viewsprevent-touch is a lightweight yet sometimes useful jQuery plugin which prevents default tap/click events on specific touch-enabled devices using jQuery event.preventDefault() method.
Handling Scroll Start And Scroll Stop Events In jQuery - scrollstop.js
- Other - 10147 Viewsscrollstop.js is a jQuery plugin for handling scroll events that has the ability to fire events when the user starts and stops scrolling.
Check Caps Lock Key Is ON/OFF In jQuery - Capslock State
- Other - 4291 ViewsA lightweight jQuery plugin that detects the state of the Caps Lock key and fires events based on the current on/off state.
jQuery Plugin For Touch & Drag Events - touch.js
- Mobile - 8696 Viewstouch.js is a small (9kb minified) JavaScript library that provides additional touch gesture and drag/drop events for your cross-platform jQuery project.
Simple jQuery Click Outside Plugin - clickout.js
- Slider - 1568 Viewsclickout.js is an ultra-light jQuery plugin which allows to detect and fire an event when you click outside of an elements scope.
jQuery Plugin To Handle Click Outside Event - Clickout
- Other - 659 ViewsClickout is a jQuery plugin used for handling click outside event of a specific element that is great for closing modal windows, off-canvas menus and etc.
jQuery Plugin To Handle Single Click Event - singleClick
- Other - 801 ViewssingleClick is a jQuery plugin for differentiating single click and double click that always fires single click event unless you double click within a specific time.
jQuery Plugin To Trigger A Function When Click Outside An Element - outclick
- Other - 3446 Viewsoutclick is an ultra-light jQuery plugin (~2kb minified) which detects and executes a callback function when your user clicks outside of a given element.
Client Side Based Event Trigger Plugin - countLite
- Other - 444 ViewscountLite is a lightweight (4Kb, gzipped) jQuery plugin for client side based event trigger without server side code.