javascript - Accordion that doesn't collapse -


below accordion js, want doesn't collapse active question when 1 clicked. want collapse when clicked.

//accordion     $(".accordion").accordion({          heightstyle: 'content',         icons: {"header": "template-arrow-circle-right", "activeheader": "template-arrow-circle-down"},         active: false,         collapsible: true     }); 


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -