jQuery tabs not working after ajax reload

jQuery tabs not working after ajax reload

Hello Forum,

I've placed a tabs widget in my page with 3 tabs, comparable to the 'open on mouseover' demo on the UI page. The javaScript is triggered by the $(document).ready(function)

This works fine when the page is first loaded.

However when I do an Ajax update of the div element containing, among others, the <div id="tabs">, the tabs don't work any more, the currently displayed tab is displayed no matter what you do. (The data in the tab is updated). 

Do I need to take special actions to get the tabs working when the are part of an Ajax update (and why)?

Regards,

Jan-Willem