How to interpret javascript code sent via ajax?
- by jefff
hello,
I have javascript code embedded inside a html template file. When I load this template via ajax and inject it into the DOM, the javascript code isn't functional.
Would anyone know how to get this javascript code to execute as normal?
Thanks a million!