I have been having issues a with mootools plugin and WordPress.
Everything seems to function properly on a static page but secondary pages show errors and fail to function.
Is there be a "preferred" way to import JavaScript in WordPress that loads as the static content would?
I have already tried this:
wp_enqueue_script('mootools', get_bloginfo('template_directory') .'/js/mootools.js', false, '1.1.1');
I have also tried adding linked JavaScript directly to the page in question. That doesn't seem to work properly either.