Return to Snippet

Revision: 28051
at June 30, 2010 05:09 by josephknight


Initial Code
	wp_deregister_script('jquery');
	wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js', array(/*name of script dependencies*/), '1.4.2', true /*load in footer?*/);
	wp_enqueue_script('jquery');

Initial URL


Initial Description


Initial Title
WordPress include real, unmodified jQuery

Initial Tags
textmate, google, wordpress, script, jquery

Initial Language
PHP