How to post form data to a new window using jQuery/AJAX?

后端 未结 1 1182
渐次进展
渐次进展 2020-12-18 19:26

One of the pages in my application has a set of links that when clicked, posts form data based on the TableTools jQuery plugin. I\'d like this new page to open up in a new

相关标签:
1条回答
  • 2020-12-18 19:45

    Found the answer:

    jQuery.ajax success callback function not executed

    When I took out the dataType: "json", it worked!

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