🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

HideShow is a jQuery visibility detection plugin that watches DOM visibility changes and fires an event when the DOM is shown or hidden.

callback Viewport Visibility

Documentation

jQuery-HideShow

This plugin is used to get event when an element gets hidden or visible in DOM.

Don't get confused with visibility: hidden;.

$("#test_hidden").hideShow(function(e, visibility){ console.log("Element is "+visibility); })

This plugin is keep watching on Element for change in dom visibility


You May Also Like