I have a page which is divided in to many tabs , with each tab pulling data from another pages through ajax.
After the ajax call, i use a .html ( data ) where data is the html of called page to insert it in to the tab. My question is , if the called page has javascript functions , will those be executed and resultant data is sent or just the html page is sent?
Kindly help.
Thanks.