I've got a DIV that is being populated by an AJAX call successfully. The data returned from the AJAX call gets populated into the DIV properly, however, no javascript code seems to execute. For example, if the AJAX calls simply returns the following:
Not a thing happens.
I've tried in FF3.6 as well as Chrome and neither seem to want to throw the alert. Chrome does tell me that the script DOES get dumped into the DIV.
I'm stuck!
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=
NEVER send the boss to do a techs job
Code:
Calling alert: <script>alert('Booyeah!')</script>
Not a thing happens.
I've tried in FF3.6 as well as Chrome and neither seem to want to throw the alert. Chrome does tell me that the script DOES get dumped into the DIV.
I'm stuck!
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=
NEVER send the boss to do a techs job