Dynamic added/executed script
Hi!
Using ajax and jquery I'm calling a function on the server code that returns a javascript script that I need to assign to a div and get executed automatically when assigned.
So far I couldn't do that, seems that the assigned script to the innerHTML of the div can'r be executed dynamically.
Basically I'd like something like assign an alert('hello world') to the innerHTML and automatically see the pop up with the message.
Is this possible? I'm really stucke with this
(((
Thanks!
Claudio