Script is showing nested Accordion

Ticket for: Accordions
0
Script is showing nested Accordion 1
Michaela Obermeier
Jan 05, 2026 08:14 PM 1 Answers
Member Since Jan 1970
Unsolved Solved Mark as Solved Mark as Unsolved
Subscribed Subscribe Not subscribe
Flag(0)

In a nested accordion element, the jQuery code is displayed

jQuery(document).ready(function($){ $( "#accordions-175 .items" ).on( "accordionactivate", function( event, ui ) { } ); $( "#accordions-175 .items" ).on( "accordionbeforeactivate", function( event, ui ) { } ); if(typeof accordions_active_index_175 != 'undefined'){ accordions_active_index = accordions_active_index_175; for (var index in accordions_active_index) { $("#accordions-175 .items").accordion("option", "active", accordions_active_index[index]); } } })

 

– see ‘Therapieverfahren’ on the website.

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Script is showing nested Accordion 2
PickPlugins
Jan 11, 2026
Flag(0)
Welcome to PickPlugins Could you please try latest version 2.3.21 and let me know the result
Sign in to Reply
Replying as Submit