Skip to main content
Tweeted twitter.com/#!/StackWordPress/status/452509032612638720

is Is jQuery included in wordpressWordPress by default?

whenWhen I downloaddownloaded the latest version 3.8.1, inside wp-include/jswp-include/js there is the jquerya jQuery folder.

canCan I assume that wordpressWordPress will always included which meansinclude it, meaning I don't have to make my own call:? E.g.

wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js', array(), null, false); wp_enqueue_script('jquery'); 

is jQuery included in wordpress by default?

when I download the latest version 3.8.1 inside wp-include/js there is the jquery folder.

can I assume that wordpress will always included which means I don't have to call:

wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js', array(), null, false); wp_enqueue_script('jquery'); 

Is jQuery included in WordPress by default?

When I downloaded the latest version 3.8.1, inside wp-include/js there is a jQuery folder.

Can I assume that WordPress will always include it, meaning I don't have to make my own call? E.g.

wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js', array(), null, false); wp_enqueue_script('jquery'); 
Source Link
Josh
  • 284
  • 1
  • 2
  • 8

is jQuery included in wordpress by default?

when I download the latest version 3.8.1 inside wp-include/js there is the jquery folder.

can I assume that wordpress will always included which means I don't have to call:

wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js', array(), null, false); wp_enqueue_script('jquery');