Hi,
I'm trying to reference some javascript files in a remotely loaded (injected) HTML file via jQuery's .load() function. The javascript files I'm attempting to utilize in the loaded HTML file are already included in the loaded HTML's parent HTML page.
Initially, I thought that making references to these files in the loaded HTML would work fine since it is included on the page, however it doesn't seem to work.
Can anyone tell me how I can use javascript with my injected HTML file?