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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -