Title: [Plugin: Explanatory Dictionary] JQuery is not defined
Last modified: August 20, 2016

---

# [Plugin: Explanatory Dictionary] JQuery is not defined

 *  Resolved [Michael Zed](https://wordpress.org/support/users/michaelzed/)
 * (@michaelzed)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-explanatory-dictionary-jquery-is-not-defined/)
 * Text is highlighted, but mouse-over doesn’t show a tooltip.
 * Debugging in Safari or Firefox indicates a “variable JQuery is not defined” error.
   I notice that jquery.min.js is linked right at the end of the HTML file, after
   all of the content.
 * [http://wordpress.org/extend/plugins/explanatory-dictionary/](http://wordpress.org/extend/plugins/explanatory-dictionary/)

Viewing 1 replies (of 1 total)

 *  [batitombo](https://wordpress.org/support/users/batitombo/)
 * (@batitombo)
 * [14 years ago](https://wordpress.org/support/topic/plugin-explanatory-dictionary-jquery-is-not-defined/#post-2415002)
 * They need to change this in line 476 and 477.
 * I wish I can just go in and change master.
    ‘ //wp_enqueue_script(‘jquery’); 
   wp_enqueue_script(‘explanatory_dictionary_scripts’, $explanatory_dictionary_plugin_url.’
   javascript/scripts.js’, array( ‘jquery’ )); ‘ You have to add jquery as a dependency.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Explanatory Dictionary] JQuery is not defined’ is closed to 
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/explanatory-dictionary_d9362e.svg)
 * [Explanatory Dictionary](https://wordpress.org/plugins/explanatory-dictionary/)
 * [Support Threads](https://wordpress.org/support/plugin/explanatory-dictionary/)
 * [Active Topics](https://wordpress.org/support/plugin/explanatory-dictionary/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/explanatory-dictionary/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/explanatory-dictionary/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [batitombo](https://wordpress.org/support/users/batitombo/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-explanatory-dictionary-jquery-is-not-defined/#post-2415002)
 * Status: resolved