jQuery Loading Overlay Plugin Tags loading overlay ajax Versions Version Date 1.0.2 Feb 19, 2014 1.0.1 Oct 13, 2013 1.0.0 Oct 11, 2013 1.0.0 October 11, 2013 Version Released Download now Fork on GitHub View Homepage Bug Reports GitHub Activity 83 Watchers 29 Forks Author ...
loading-overlay.jquery.json package.json README MIT license Loading Overlay jQuery Loading Overlay Plugin Uses Javascript to add/remove a loading overlay to a target element. It can be called on any element that should receive the loading overlay, and accepts options for class selectors and loadin...
Sometimes a target element can be temporarily hidden (eg. inside a tab panel), so LoadingOverlay now toggles his shown/hidden status according to that. The idea came from an user with this pull request. I changed it a bit to better fit into the repository code....
MyjQuery LoadingOverlay plugincontinues be the most popular release of mine. It gets downloaded and I recieve feedback messages and emails almost daily, wow! Among those messages, I liked a couple of requests from a very nice user (Gianclaudio Oliveira) who also provided some sample code to ...
What’s fixed in version 2.1.7 Bug affecting settings and in particular size when applied to multiple target elements using a single jQuery selector Download and documentation Go to the Lab page: LoadingOverlayENABLE DISQUS COMMENTS(This will load some third-party cookies from Disqus) This...
I hadn’t tought about this case, but what should happen when the target element is removed from DOM? LoadingOverlay still remained visible andorphaned(poor LoadingOverlay!). Alright, one could argue that if a programmer is removing the target element he could as well hide the LoadingOverlay ...
jQuery LoadingOverlay 2.1.2Fixes a bug introduced in v2.1.126 April 2018What’s fixed in version 2.1.2Bug introduced in v2.1.1 causing multiple LoadingOverlays to be shown on a single elementSometimes a bugfix release (v2.1.1) introduces another bug that requires a new bugfix release (v...
jQuery LoadingOverlay 2.1.3Package.json main path fix4 May 2018What’s fixed in version 2.1.3Package.json main path fix A typo had been there going unnoticed for a while… Main path is correctly pointing to dist/loadingoverlay.min.js now....