Free jQuery Visibility Plugins
All the Free jQuery Plugins about 'Visibility' are listed here.
Execute A Function If An Element Is Visible/Invisible - Visible.js
- Other - 3510 ViewsThe Visible.js jQuery element visible detection plugin which utilizes MutationObserver to execute a callback function when an element gets visible or invisible.
Determine Element Visibility Percentage In jQuery - percentWithinViewport
- Other - 1838 ViewspercentWithinViewport is a lightweight jQuery plugin that calculates the visibility of matched element (as a percentage) on scroll and determines if the element is visible in the viewport.
Detect And Manipulate Element Visibility In Browser - VisibleElements
- Other - 489 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.
Add/Remove Classes When Scolling Pass An Element - ScrollPunch
- Animation - 616 ViewsThe jQuery ScrollPunch keeps track of the scroll events and adds/removes specific CSS classes when an element is scrolled into or out of view.
Execute A Fucntion When An Element Gets Visible - jQuery visibilityChanged
- Other - 682 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.
Detect Visibility Change On DOM Element - jQuery HideShow
- Other - 7930 ViewsHideShow is a jQuery visibility detection plugin that watches DOM visibility changes and fires an event when the DOM is shown or hidden.
Execute A Function When An Element's Visibility Changes - jQuery scrollIntoView
- Other - 7110 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.