Tabs in ajax not showing second time

Tabs in ajax not showing second time

I use an ajax function to get some data out of my database,
i load the data in a new view which will be loaded in a <div> in my current page.
in the view i load i use jquery ui Tabs to display the data. When i call the ajax function a second time the tabs dissapear and i just get the links and the <div>'s without a layout, can someone explain me how to solve this?