flowInterfaces
flowInterfaces copied to clipboard
fix:The parameters of the Ajax callback function should be optional.
I only need 'data'.
$.ajax({
success:function(data){
doSometing(data);
}
});