/ Published in: PHP
Swap Wordpress jQuery for http://flowplayer.org/tools/ UI library combined (and minified) with latest jQuery. (http://flowplayer.org/tools/download/index.html#cdn)
Expand |
Embed | Plain Text
// swap wordpress jquery for jqtools ui combined with latest jquery function swap_jquery_for_jqtools() { wp_deregister_script('jquery'); wp_enqueue_script('jquery', ("http://cdn.jquerytools.org/1.2.6/jquery.tools.min.js"), false, '1.2.6', true); } add_action('wp_enqueue_scripts', 'swap_jquery_for_jqtools');
You need to login to post a comment.
