Hi there
I currently use the jqxNavigator and it jqxTabs are included.
now I want to create a new entry via AJAX (Navigator)
Therefore, I load the new jqxNavigator-code on the page including the code for the jqxTabs.
this also works, but there is a problem that I can not solve …
Namely the jqxtabs that i have loadet in some Navigatorbar is set by the re-write of the code resists back, but javascript reads the code to accomplish this re-format any more, as this was actually already done … but this formatting is cleared by the re-write of code!
the other Tabs that i dont have loadet in other Navigatorbar’s works very fine!!! so its not a syntacs error or something! only this code dont will loadet again:
$('#jqxTabsPro' + pname).jqxTabs({//erstellen von Projekt-Tabs
width : '975px',
height : 550,
theme : theme,
initTabContent:
function (tab) {
var pageIndex = tab + 1;
alert ("new");
loadPagePro('project/proajax' + pageIndex + '.php', pageIndex);
}
});
thanks for your help
ps: written using google translator: D