Hello !
I've been using with the script of the dymanic tab contents http://www.dynamicdrive.com/dynamici...axtabscontent/
Each of my tabs have their own js with tons of scripts in it.
I've modified the script to suit my needs so that it unloads every loaded script whenever I change tabs.
This works just nice so far.
But... in each of the js, there's a startup function that initialize various contents.
Thing is the first time you enter in the tab, it works perfect. But if you leave the tab, then come back again, the init function is not called anymore. :confused:
I call the init function with a call outside of any other functions.
Any idea ?
Thx !
