/ Published in: PHP

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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');
Comments
