Hello,
I'm wondering where i should define my jQuerie actions for extern loaded pages by UI tabs.
So for example, i've got an index.html page including 3 tabs. Onclick each tab wil load extern1.html, extern2.html, extern3.html. These 3 external pages need several jQuery actions (onload-actions, onclick-actions and more).
When i put all jQueries for the external-pages into the index and i load one of the external pages, these jQueries will not affect the external loaded page when i click on a tab. When i put all jQueries for the external-pages into the external page itself it will cause troubles (i think), because when i load a tab/external page multiple times it will load the jQueries over and over again, right? So where i have to put my jQuery? (Some example?)
Many thanks!