Into the edit object. That is just passed stright thought to $.ajax, so any options that you can use in $.ajax are available here as well.
edit
$.ajax
Allan
HI thanks, could you send me an example code... please.. I am going crazy with this function, thanks :-)
edit: { url: "...." type: "POST", headers: { "Content-Type": "application/json; charset=utf-8", }, contentType: "application/json", data: function(d) { return JSON.stringify(d); }, processData: function ( str ) { var json = JSON.parse( str ); // do something with json return JSON.stringify( json ); } },
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Into the
edit
object. That is just passed stright thought to$.ajax
, so any options that you can use in$.ajax
are available here as well.Allan
HI thanks, could you send me an example code... please.. I am going crazy with this function, thanks :-)
Allan