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?
I read the specs on http://api.jquery.com/jQuery.ajax/ and found that depending on the dataType, scripts
Share
Set
dataTypetotext.