Free jQuery Event Plugins
All the Free jQuery Plugins about 'Event' are listed here.
Control & Monitor User Typing with The typingEvents jQuery Plugin
- Form - 195 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 - 114 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 - 258 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 - 373 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 - 1682 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 - 411 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 - 4185 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 - 5956 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 - 2589 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 - 1095 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 - 3884 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 - 5942 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 - 3173 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 - 1934 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 - 892 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 - 1300 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 - 3678 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 - 4916 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 - 1699 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 - 392 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 - 375 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 - 1250 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 - 2028 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 - 1299 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 - 10143 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 - 4270 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 - 8664 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 - 1566 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 - 657 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 - 798 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 - 3438 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.