Description: This Plugin allows you to load additional JavaScript files without the need to change files in the Theme directory. To load additional JavaScript files ...
The concept can be loosely compared to PHP's mechanism for class-loading: In PHP, spl_autoload_register() allows you to listen+respond whenever someone accesses an unrecognized class. In a browser, ...