Written by Arash Karimzadeh |
Wednesday, 18 February 2009 16:19 |
includeMany is jQuery plugin for including many external JavaScript, CSS and HTML files simultaneously in runtime. This plugin provides callback for each of the files and in addition there is finallyCallback which will be raised after all files are loaded and all callbacks are done.
This extra callback guarantee that every files are loaded and available to use.
By this plugin you can use JavaScript to include other js and css files. You can also load other files such as html or a remote page using an HTTP GET request.
Tags: includeMany | jQuery | Plugin
|
Last Updated on Monday, 27 September 2010 12:42 |
Read more... |