Help with jQuery ajax loading accordion

Help with jQuery ajax loading accordion

I think this is more of a general jQuery question, thats why I am posting in this forum.

I have an index.html which loads the jQuery, and jQuery UI scripts. I am trying to load part of the page using .load(), but this new page contains a jQuery UI Accordion element. The page loads, but the accordion is acting strange, as if only parts of the accordion script are working.

Do I need to somehow reload the jQuery scripts every time I update the page with new jQuery elements?