Share
ShareSidebar
2011-10-09 13:51:57 +0

How to Include jQuery in WordPress

Is obtained from the Google servers

if (!is_admin()) {
    wp_deregister_script
('jquery');
    wp_register_script
('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"), false);
    wp_enqueue_script
('jquery');
}

Rate this post

You must be registered to vote first

Other posts

Comments

Comment