We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6ad7d commit 8dee18eCopy full SHA for 8dee18e
demos/index.html
@@ -618,7 +618,7 @@ <h4 class='trigger'><i class='fas fa-eye'></i> Show source code</h4>
618
$(".intercept").editable("json2.php", {
619
submit : 'OK',
620
intercept : function(jsondata) {
621
- json = JSON.parse(jsondata);
+ json = JSON.parse(jsondata);
622
console.log(json.status);
623
console.log(json.other);
624
return json.result;
0 commit comments