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.




