|
Hi Guys,
Lets say i have a div.
<div id="js">
</div>
Then i have some ajax that populates the div with javascript.
How can i get this JS executed ?
I know its possible, But the ways ive found that do it , either only works in chrome or fiefox, OR almost crashes all 3 browsers..
Whats the best way to do it?
I heared someone chat about using DOM to put the code in the head of the document.. But that means nothing to me.
Google appears to be a little sparse with info on this.
Any thoughts?
-G
|