Hi!
This question is not exactly related to jquey but to javascript in
general. I'm apologize for the almost off-topic

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?
Thanks!

Claudio

Reply via email to