=== jQuery Enabler === Contributors: bstaruk Tags: enable jquery Requires at least: 3.4. Tested up to: 3.6.0 Stable tag: 1.1.2 License: MIT This plugin will make sure the latest version of jQuery available within your WordPress installation is being called on every page. == Description == This plugin will make sure the latest version of jQuery available within your WordPress installation is being called on every page. == Frequently Asked Questions == = Will this plugin cause jQuery to be called multiple times if it is already being called by another plugin? = If jQuery is already called correctly (with wp_enqueue_scripts) in another plugin, this plugin will not cause jQuery to be called again. == Installation == 1. Upload this plugin to your /wp-content/plugins directory. 2. Activate the plugin in your wp-admin panel. == Changelog == = 1.1.2 = * Security patch = 1.1.1 = * Compatible to 3.6.0 = 1.1 = * Made plugin "classier" = 1.0 = * Plugin created