Markup works fine if I pull the code outside my app and test it, however, once its inside my app, the last item in my accordion will open onclick, but not close.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hard to tell based on the as far given information. You may want to check if the returned HTML is syntactically valid and syntactically suits in the place where it is been inserted. E.g. are all tags correctly nested and opened/closed? That is namely a pretty common cause of those kind of problems.