How Do I Change the Version of jQuery in WordPress?

When you first install WordPress, it downloads and installs jQuery. If you want to change the version of jQuery that WordPress uses, there are a few steps you can take.

First, open the wp-config.php file in your WordPress directory. Near the bottom of the file, you’ll see a line that reads:

define( ‘JQUERY_WPLIB_VERSION’, ‘1.11.0’ );

Change the value of this line to the version of jQuery that you want to use. For example, if you want to use jQuery version 1.

12.0, you would change the line to read:.

define( ‘JQUERY_WPLIB_VERSION’, ‘1.12.0’ );

Once you’ve made this change, you will need to update your WordPress plugin configurations. To do this, open the WordPress Settings panel and click on the Plugins tab.

Under the “Available plugins” section, you will see a list of all the plugins that are installed on your WordPress site. Click on the “jQuery” plugin to open its settings panel. Under the “Plugin Settings” section, you will see a line that reads:.

jQuery.version

Change the value of this line to the version of jQuery that you just changed in the wp-config.php file.

For example, if you changed the line in the wp-config.php file to read:.

You would change the line in the jQuery plugin settings to read:

jQuery.version=’1.0′;.

Finally, you will need to reload the plugin in your WordPress site. To do this, click on the “Reload” button next to the “jQuery” plugin in the WordPress Settings panel.