https://cdn.jsdelivr.net/npm/gasparesganga-jquery-loading-overlay@2.1.7/dist/loadingoverlay.min.js CDN hosting of this library is possible thanks to jsDelivr. For more details about URL structure please refer to the official documentation. On the CDN configuration page you can find all the ...
"main": "dist/loading-overlay.js", "repository": { "type": "git", "url": "https://github.com/jgerigmeyer/jquery-loading-overlay" }, "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt qunit" }, "bugs": { "url": "https://github.com/jgerigmeyer/jquery...
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 ...
The HTML Button has been assigned a jQuery click event handler. When the Button is clicked, a jQuery AJAX call is made to the IP Web Service, which returns the IP Address of machine. A jQuery AJAX Setup function is used to display the Loading (Busy) Indicator (Spinner) with ...
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....
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....
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...
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...
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 ...