No Jquery in theme
-
I have been trying to get Jquery to work for a while now and I still have no luck.
Here is my code
function load_jQuery() { // load external file wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"), false); wp_enqueue_script('jquery'); } add_action('wp_enqueue_scripts', 'load_jQuery');Any help is greatly appreciated!!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘No Jquery in theme’ is closed to new replies.