Is there an evalScripts: false (from mootools) equivalent in jQuery?

Posted by lock on Stack Overflow See other posts from Stack Overflow or by lock
Published on 2010-06-01T01:11:41Z Indexed on 2010/06/01 1:13 UTC
Read the original article Hit count: 199

Filed under:
|

I read the specs on http://api.jquery.com/jQuery.ajax/ and found that depending on the dataType, scripts are automatically evaluated for every response. Is it then possible to force jQuery not to evaluate the script parts of the response?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX