Title: jQuery
Last modified: August 22, 2016

---

# jQuery

 *  [Maxime Freschard](https://wordpress.org/support/users/djsuperfive/)
 * (@djsuperfive)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/jquery-26/)
 * Hi,
    the plugin doesn’t work if jQuery is loaded on the foot on the page (not
   in the head) because the tooltips initialization snippet is called before jQuery
   is loaded :
 *     ```
       <script type="text/javascript">
       jQuery(document).ready(function(){
       bluet_placeTooltips(".bluet_tooltip, .bluet_img_tooltip","left");
       moveTooltipElementsTop(".bluet_block_to_show");
       })
       </script>
       <script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js'></script>
       ```
   
 * How to fix that ?
 * thanks
 * [https://wordpress.org/plugins/bluet-keywords-tooltip-generator/](https://wordpress.org/plugins/bluet-keywords-tooltip-generator/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/jquery-26/#post-5952106)
 * Hi Djsuperfive
    Yes but jQuery is automatically loaded in the head on this line:
 *     ```
       <script type="text/javascript" src="http://www._________.___/wp-includes/js/jquery/jquery.js?ver=1.11.1"></script>
       ```
   
 * Do you want to change loading sequence to make the page load faster ?
 *  Thread Starter [Maxime Freschard](https://wordpress.org/support/users/djsuperfive/)
 * (@djsuperfive)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/jquery-26/#post-5952109)
 * Yes on my project I put jQuery manually at the bottom of y template.
    I think
   your plugin should give the option where to put your init code.
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/jquery-26/#post-5952171)
 * you can load your jquery code with low priority to prevent that 😉
    exemple :
 *     ```
       add_action('wp_footer','_______jquery',1); //with the "1" priority which is lower then "10" the default priority
       ```
   
 * I hope this works

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘jQuery’ is closed to new replies.

 * ![](https://ps.w.org/bluet-keywords-tooltip-generator/assets/icon-256x256.jpg?
   rev=1277221)
 * [Tooltipy (tooltips for WP)](https://wordpress.org/plugins/bluet-keywords-tooltip-generator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bluet-keywords-tooltip-generator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bluet-keywords-tooltip-generator/)
 * [Active Topics](https://wordpress.org/support/plugin/bluet-keywords-tooltip-generator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bluet-keywords-tooltip-generator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bluet-keywords-tooltip-generator/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/jquery-26/#post-5952171)
 * Status: not resolved