Jeditable and return json

Jeditable and return json

cyberjoscyberjos Posts: 1Questions: 0Answers: 0
edited October 2017 in Free community support

Hello community, how are you? I have a tremendous concern as I do to be able to treat a json file when using the editable plugin? here I leave my code of the editable Js file.

The plugin that I use is this: https://appelsiini.net/projects/jeditable/

$.ajaxSetup({
headers: {
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
}
});

$('.edit').editable('editable',{
    indicator : "Guardando",


    callback : function(value, settings) {


    }

});

I hope you can help me.

Replies

This discussion has been closed.