How to execute contents of a script tag when HTML is returned from jQuery ajax call

Posted by devlife on Stack Overflow See other posts from Stack Overflow or by devlife
Published on 2010-04-13T02:56:24Z Indexed on 2010/04/13 3:02 UTC
Read the original article Hit count: 298

Filed under:

I'm returning html with a script tag in it from a jquery ajax call. How can I execute the contents of the script tag?

© Stack Overflow or respective owner

Related posts about jquery-ajax