How can I stop him in the $.ajax() function when you click on this button:
当您单击此按钮时,如何在$.ajax()函数中阻止他:
<button class="stop">Stop</button>
There is any function that cause to $.ajax() stop?
有任何函数导致$.ajax()停止吗?
Note: My $.ajax script is found in a function, for example:
注意:我的美元。ajax脚本是在函数中找到的,例如:
function useajax()
{
$.ajax(...)
}