标签: ajax jeditable
任何人都会看到优化不必要的ajax请求的潜在问题,如下所示:
$('.editable').editable(function(value, settings) { // check if changed at all if(this.revert == value) { this.reset() return } ... fire ajax request }
答案 0 :(得分:0)
对我来说很好看。