Running javascript in AJAX loaded DIV
- by WiseDonkey
I have page loading, via AJAX a PHP page into a div.
In turn, this loaded page has it's own javascript and AJAX loaded div.
Reason is to allow user to select data alter data within loaded data. I'm trying to do this without the help of JSON or such to communicate between JS and PHP.
I'm guessing the parent calling page has already loaded the javascript, and the AJAX loaded content can't access that? (I've tried running the JS into the AJAX loaded content as well) If so, is there anyway to access that?