Title: jQuery dependency
Last modified: April 7, 2024

---

# jQuery dependency

 *  Resolved [salke78](https://wordpress.org/support/users/salke78/)
 * (@salke78)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/jquery-dependency-8/)
 * Running WP 6.5 with event-post version 5.9.3.
 * I have a problem where jquery loads after the js-file “**event-timeline.js**”
   on the frontend causing the classic jQuery not loaded error.
 * If I modify **event-post/build/timeline/event-timeline.asset.php** and add jquery
   as a dependency it works fine because your script is loaded after jquery.
 *     ```wp-block-code
       <?php return array('dependencies' => array('jquery'), 'version' => 'dd9958a7a0e5ee265587');
       ```
   
 * I would suggest you incorporate this in future updates. This probably goes for
   all the “widgets”.
 * Other than that great plugin!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Bastien Ho](https://wordpress.org/support/users/bastho/)
 * (@bastho)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/jquery-dependency-8/#post-17730251)
 * Hi
 * Thank you for this report.
 * A fix has been added in the main branch and will be deployed in the next release.

Viewing 1 replies (of 1 total)

The topic ‘jQuery dependency’ is closed to new replies.

 * ![](https://ps.w.org/event-post/assets/icon.svg?rev=2678301)
 * [Event post](https://wordpress.org/plugins/event-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/event-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/event-post/)
 * [Active Topics](https://wordpress.org/support/plugin/event-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/event-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/event-post/reviews/)

## Tags

 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bastien Ho](https://wordpress.org/support/users/bastho/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/jquery-dependency-8/#post-17730251)
 * Status: resolved