Please use a version of jQuery Tools without JQuery library included
-
Please can you use an installation of jQuery Tools that doesn’t include the jQuery library.
It would make life easier for other developers since reloading your version of jQuery instead of the WordPress version of jQuery breaks any plug-in that’s called before yours and that relies on jQuery.
If you could then replace:
wp_enqueue_script('jquery.tools.front');
with something like:
wp_enqueue_script('jquery'); wp_enqueue_script('jquery.tools.front',array('jquery'),FALSE,FALSE);
It would fix some of the bugs being reported here.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Please use a version of jQuery Tools without JQuery library included’ is closed to new replies.