Title: Load JQuery Remotely
Last modified: May 17, 2018

---

# Load JQuery Remotely

 *  Resolved [leo4all](https://wordpress.org/support/users/leo4all/)
 * (@leo4all)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/load-jquery-remotely/)
 * How can I change the jquery version from CDN. Is there any way to specify the
   version??
 *     ```
       // load wp's jq version
       // load_jquery_remotely()
       global $wp_scripts ;
       if ( isset( $wp_scripts->registered[ 'jquery' ]->ver ) ) {
          $v = $wp_scripts->registered[ 'jquery' ]->ver ;
       }
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Support [Hai Zheng⚡](https://wordpress.org/support/users/hailite/)
 * (@hailite)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/load-jquery-remotely/#post-10292915)
 * It is using your WP’s jquery version, for the compatibility. If you want to change
   it, please change WP’s one before hook `init`.

Viewing 1 replies (of 1 total)

The topic ‘Load JQuery Remotely’ is closed to new replies.

 * ![](https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181)
 * [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/litespeed-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/litespeed-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/litespeed-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/litespeed-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/litespeed-cache/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Hai Zheng⚡](https://wordpress.org/support/users/hailite/)
 * Last activity: [7 years, 12 months ago](https://wordpress.org/support/topic/load-jquery-remotely/#post-10292915)
 * Status: resolved