I have an html page with content being loaded via Ajax. I need to use methods which are declared in the body of the page from within this loaded content. Is there a way to set this up?
I am loading the content into tabs, and only parts of the information contain code. Is it possible to dynamically pass the javascript?
I am loading the content into tabs, and only parts of the information contain code. Is it possible to dynamically pass the javascript?