Keep JQuery accordion open after refresh
问题 I made an asp.net web site in which i put a jquery accordion. My Problem is that after a postback or a refresh, the current accordion pane closes and the page resets every things. This is my jQuery code : jQuery(document).ready(function () { function close_accordion_section() { jQuery('.button').removeClass('active'); jQuery('.accordion .accordion-section-content').slideUp(300).removeClass('open'); } jQuery('.button').click(function (e) { var currentAttrValue = jQuery(this).attr('href'); if