In every page (page1.php - page4.php) contain jquery plugins.
At the first time load, first tab working fine, all of jquery plugins works fine too.
But after I clicked next another tabs, all of jquery plugins cannot load / not working fine.
NB:
I only load all of the required jquery, js, and css at this page main_page.php (page that contain tabs), not load in every page (page1.php - page4.php)
Maybe can anyone help me, I'm new in jquery.
Thanks.
I still have problem when load ajax page that contain another jquery plugins/js like jtable or datepicker. This is sample of my code in main_page.php:
In every page (page1.php - page4.php) contain jquery plugins. At the first time load, first tab working fine, all of jquery plugins works fine too. But after I clicked next another tabs, all of jquery plugins cannot load / not working fine.
NB: I only load all of the required jquery, js, and css at this page main_page.php (page that contain tabs), not load in every page (page1.php - page4.php)
Maybe can anyone help me, I'm new in jquery. Thanks.