form表单里的submit 点击js
function checkCoords(){ $.getJSON.... //这时使用ajax提交会出现响应cancelled,需把 type="submit" 改为type="button"}
这样就可以避免出现ajax cancelled情况。
本文共 197 字,大约阅读时间需要 1 分钟。
form表单里的submit 点击js
function checkCoords(){ $.getJSON.... //这时使用ajax提交会出现响应cancelled,需把 type="submit" 改为type="button"}
这样就可以避免出现ajax cancelled情况。
转载于:https://my.oschina.net/haoqoo/blog/208934