Jquery tabs loading content via ajax,content already has ajax call inside

Jquery tabs loading content via ajax,content already has ajax call inside

I have some issue with the using of jquery tabs.
I can use the tabs with dynamic php pages normally
but the problem is my page is already contain ajax call inside.
I have two selectlists,the second is chained to the first one.

Because of this when i integrate the page to the tab,click on it
and its navigate to a "ghost" page which shows the second select list only
and nothing else.I am sure the conflict is becuse it has already ajax call and
the jquery tabs plugin also using ajax calling


Update1:
I think that one reason can be that the tabs and the ajax content using different version of jquery
Update2:
using same jquery was not a solution