Can Javascript methods be referenced from loaded Ajax content?

John

New member
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?
 
Back
Top