Selectively loads Javascript files based on the blog section visited (index, category, single post, page)
This plugin will try to load different Javascript files based on the blog section that is being viewed.
It can be really useful if you make extensive use of Javascript in your theme and want to split the code in different files and load functions only when you need them.
When activated, the plugin will do the following:
index.js filesingle.js filecategory-cat_slug.js file. If the file doesn't exists it will try to load the category.js file.page-page_slug.js file. If the file doesn't exists it will try to load the page.js file.You can define which .js files should be loaded from the plugin settings page.
Requires: 2.7 or higher
Compatible up to: 2.8.4
Last Updated: 2009-9-14
Downloads: 426
Got something to say? Need help?