Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のような不要な ajax リクエストを最適化することで、潜在的な問題が発生する可能性があります。
$('.editable').editable(function(value, settings) { // check if changed at all if(this.revert == value) { this.reset() return } ... fire ajax request }
は、私にはよく見えますよ。