I\'m firing up a jquery accordion with:
$(document).ready(function(){
$(\'#accordion\').accordion();
});
Problem is this is an .asp.NET
You need to re-initlaize the accordion after the post back with the UpdatePanel functions as:
Relative:
Asp.Net UpdatePanel in Gridview Jquery DatePicker
ASP.Net : Need to run javascript on update panel load completed
How do you get client-side script to execute on an ASP.NET postback? (from an UpdatePanel)