Title: jquery tools error
Last modified: March 16, 2020

---

# jquery tools error

 *  [permanyer](https://wordpress.org/support/users/permanyer/)
 * (@permanyer)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/jquery-tools-error/)
 * I get this errors:
 * Uncaught TypeError: Cannot read property ‘mozilla’ of undefined at jquery.tools.
   min.js?ver=5.3.2:242
 * Uncaught TypeError: jQuery(…).tooltip is not a function at (index):364
    (<– where
   the toolptip is)
 * WP version: 5.3.2
    php version: 7.2.1 jquery version 3.4.1
 * I think it has to do with the version of jquery.

Viewing 1 replies (of 1 total)

 *  Thread Starter [permanyer](https://wordpress.org/support/users/permanyer/)
 * (@permanyer)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/jquery-tools-error/#post-12549034)
 * I found a workaround. Put this in your functions.php file of your theme:
 *     ```
       function my_theme_enqueues(){
   
               wp_dequeue_script( 'mci-footnotes-js-jquery-tools' );
   
               wp_register_script('jquery-ui', 'https://code.jquery.com/ui/1.12.1/jquery-ui.js', array('jquery'), null, false);
               wp_enqueue_script('jquery-ui');
       }
   
       add_action('wp_enqueue_scripts', 'my_theme_enqueues', 100);
       ```
   
    -  This reply was modified 6 years, 2 months ago by [permanyer](https://wordpress.org/support/users/permanyer/).
    -  This reply was modified 6 years, 2 months ago by [permanyer](https://wordpress.org/support/users/permanyer/).

Viewing 1 replies (of 1 total)

The topic ‘jquery tools error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/footnotes_9d9c99.svg)
 * [footnotes](https://wordpress.org/plugins/footnotes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/footnotes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/footnotes/)
 * [Active Topics](https://wordpress.org/support/plugin/footnotes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/footnotes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/footnotes/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [permanyer](https://wordpress.org/support/users/permanyer/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/jquery-tools-error/#post-12549034)
 * Status: not resolved