Free jQuery callback Plugins
All the Free jQuery Plugins about 'callback' are listed here.
jQuery Plugin To Run A Function When User Stops Typing - TypeWatch
- Form - 3840 ViewsTypeWatch is a lightweight yet useful jQuery plugin that triggers a callback function when your user stops / finishes typing in a text field.
Trigger Events On Enter/Exit/Active/Inactive - waypoint.js
- Other - 1926 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.
Executing Callbacks After An Idle Timeout with jQuery - Idle
- Time & Clock - 7958 ViewsIdle.js is a super light-weight jQuery plugin that tracks how long users interact with a web page and execute callback functions after a given idle timeout.
Execute A Function If An Element Is Visible/Invisible - Visible.js
- Other - 3497 ViewsThe Visible.js jQuery element visible detection plugin which utilizes MutationObserver to execute a callback function when an element gets visible or invisible.
Handling Outside Event With jQuery - onOut
- Other - 372 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.
Detect And Manipulate Element Visibility In Browser - VisibleElements
- Other - 488 ViewsYet another jQuery based element visibility detection plugin which adds custom class(es) to selected elements and executes a certain callback function when they enter or leave the viewport.
Long Click/Tap Event Detection With jQuery - long_tap.js
- Other - 6947 Viewslong_tap.js is a small yet useful jQuery plugin to detect and handle long click and long tap event on both touch and desktop devices.
Execute A Fucntion When An Element Gets Visible - jQuery visibilityChanged
- Other - 679 ViewsvisibilityChanged is a lightweight and cross-browser jQuery plugin that determines if a specific element is visible and executes a callback function when the element gets hidden or visible in DOM.
Double Keypress Detection Plugin For jQuery - double-keypress
- Other - 1958 Viewsdouble-keypress is a useful jQuery plugin which can be used to detect and handle Doube Keypress event in your webpage. Supports both keydown and keyup events.
Smart Resize And Scroll Events Detection In jQuery
- Other - 2459 ViewsThe SmartResizeAndScroll jQuery plugin combines the resize() and scroll() functions into a smartresize() function with debounce support.
Detect Visibility Change On DOM Element - jQuery HideShow
- Other - 7908 ViewsHideShow is a jQuery visibility detection plugin that watches DOM visibility changes and fires an event when the DOM is shown or hidden.
jQuery Plugin To Detect Back Button Click In Browser - backDetect
- Other - 23358 ViewsbackDetect is a jQuery plugin used to detect and fire a callback function when the user clicks on the back button in the browser.
Trigger A Function When A Screen Size Is Reached - jQuery applyOnScreen
- Other - 1248 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 - 2011 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.
Execute Functions After A Period Of Time - jQuery lazyLoad.js
- Other - 594 ViewslazyLoad.js is a jQuery plugin to execute your scripts when specific elements are scrolled into view and stay on the screen for a period of time.
Check If Content Overflows An Element - jQuery overflowing
- Other - 5423 Viewsoverflowing is a lightweight yet useful jQuery plugin that checks if an element's content overflows its parent container and executes a callback function when the content is overflowed.
Minimal Is In Viewport Check Plugin - jQuery inView
- Other - 1660 ViewsinView is a super tiny (~1kb minified) jQuery plugin that detects the scroll event and triggers a custom function as a specific DOM element enters the viewport.
Fire Functions When Elements Become Visible/Invisible - jQuery scrollcallback
- Other - 666 Viewsscrollcallback is a jQuery 'Is In View' plugin which executes callback functions when a specific element is scrolled in or out of the view.
Executing Functions As You Scroll To Elements - jQuery showup
- Other - 621 Viewsshowup is a jQuery plugin which triggers a function whenever an element is partially scrolled into view.
Simple jQuery Click Outside Plugin - clickout.js
- Slider - 1562 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 - 655 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 Track Mouse Scroll And Mobile Touch Events - Swipe-Trigger
- Other - 1903 ViewsA tiny jQuery plugin which keeps track of mouse scroll and mobile touch events and triggers certain callback functions on scroll up/down and/or swipe left/right/up/down.
jQuery Plugin To Determine Scroll Down/Up Events - ScrollDetector
- Other - 1263 ViewsScrollDetector is an ultra-light, cross-browser jQuery plugin that detects the scroll events and triggers callbacks when the users scroll the webpage down or up.
jQuery Plugin For Triple Clicks Detection - tripleclick
- Slider - 1343 Viewstripleclick is a very small jQuery plugin which listens for triple clicks and triggers an event after you click on an element three times.
jQuery Plugin For Handling Double Tap Event - doubleTap
- Mobile - 5459 ViewsdoubleTap is a jQuery plugin to determine double tap event on touch device that binds an event handler to a "double tap" JavaScript event.
jQuery Plugin For Double Click/Tap Detection - doubleTap
- Other - 2417 ViewsdoubleTap is a jQuery plugin that triggers a callback function after double-tapping/double-clicking on the selected DOM element.
jQuery Plugin To Detect If The Browser Gets Or Losts Focus
- Other - 628 ViewswinFocus is a lightweight jQuery plugin which allows to fire events when the browser window / tab gets or loses focus.
jQuery Plugin To Fire An Event When Mouse Leaves All Elements - mouseoutall
- Other - 360 Viewsmouseoutall is a jQuery plugin used to extend the default mouseout event that allows to fires a callback event when the mouse is moved off all elements in a group.
jQuery Plugin To Trigger Events or Alter Classes On Window Resize - widthWatch.js
- Other - 705 ViewswidthWatch.js is a lightweight jQuery plugin that dynamically changes the CSS classes or executes a specific callback events when the window's size changes.
jQuery Plugin To Fire An Event When An iFrame Gets Focused - iframeActivationListener
- Other - 1095 ViewsA jQuery based iframe activation listener that allows to fire an "Activate" event when you click on an iFrame element.
jQuery Plugin To Trigger A Function When Click Outside An Element - outclick
- Other - 3434 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.
Execute A Function When An Element's Visibility Changes - jQuery scrollIntoView
- Other - 7108 ViewsscrollIntoView is a jQuery plugin that listens for the page scroll events and fires a function when an element is scrolled into view or out.
Execute An Event Based On Window Width Using jQuery - responsiveChange
- Other - 545 ViewsresponsiveChange is a jQuery plugin used to execute a Javascript function based on the pre-defined breakpoints as your resize the window.