Software Details:
Version: 0.1
Upload Date: 13 Apr 15
Distribution Type: Freeware
Downloads: 45
jQuery notReady creates a fake jQuery JavaScript object and executes jQuery code even when the jQuery framework hasn't fully loaded yet.
This situation occurs when some JavaScript code snippets are loaded at the top of the page, while more bulky scripts like jQuery are loaded in the site's footer to increase performance.
If one of those scripts is a jQuery plugin or a simple code snippet that relies on jQuery, then you have a problem because that script will break and it will throw errors.
jQuery notReady fixes this via a fake jQuery object which is automatically destroyed and replaced by the real thing when jQuery is loaded.
What is new in this release:
- Initial version.
Requirements:
- JavaScript enabled on client side
- jQuery 1.8 or higher
Comments not found