[wp-hackers] Overriding Default jQuery Script Generation?

Austin Matzko if.website at gmail.com
Thu Feb 5 20:39:48 GMT 2009


On Thu, Feb 5, 2009 at 2:32 PM, Mike Schinkel
<mikeschinkel at newclarity.net> wrote:
> Anyone know how do disable the default jQuery script generation so it will use the Google AJAX one? Thanks in advance.


wp_deregister_script('jquery');
wp_enqueue_script('jquery',"http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js",array(),'1.2.6');


More information about the wp-hackers mailing list