How to execute javascript inside a script tag returned by an ajax response

后端 未结 7 1811
我在风中等你
我在风中等你 2020-11-30 05:10

I\'m sending a jquery get request like so:

$.get($(this).attr(\"href\"), $(this).serialize(), null, \"script\");

The response I expect to r

相关标签:
7条回答
  • 2020-11-30 05:52

    Would this help you: http://docs.jquery.com/Ajax/jQuery.getScript ?

    0 讨论(0)
提交回复
热议问题