Accordions not working

Ticket for: Accordions Combo
0
Accordions not working 1
steve
May 25, 2019 03:16 AM 1 Answers
Member Since May 2019
Subscribed Subscribe Not subscribe
Flag(0)

I'm getting "jQuery is not defined" on all my accordions.

Example:

<script>
jQuery(document).ready(function($){
wizard_accordion = $("#accordions-785.accordions .items").accordion({
event: "click",
collapsible:true,
heightStyle: "content",
animate: ("swing", 1000),
navigation: true,
active: 99999,
});
})</script>
<p id="accordions-lazy-785" class="accordions-lazy">
</p>
<script>
jQuery( window ).load(function() {
jQuery('#accordions-lazy-785').fadeOut();
jQuery('#accordions-785').fadeIn();
});</script>

The source code says it's calling to jQuery 1.12.1 (/*! jQuery UI - v1.12.1 - 2016-09-14) -- is that the right version?

2 Subscribers
Accordions not working 1
Accordions not working 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Accordions not working 4
PickPlugins
May 26, 2019
Flag(0)

Welcome to our forum.

Do you load custom jQuery on your site or default from WordPress? Can you please send me your link where the issue is happening.

Regards

Sign in to Reply
Replying as Submit