To submit a form, just call the 'submit' method of form.
$('#ff').form('submit',{
url:...,
success:function(result){
console.log(result);
}
});
i want to chage this parameter
type : 'DELETE',
dataType : 'json',
contentType : 'application/json; charset=utf-8'
how can do it?