ajax post not working without alert message
问题 i have a problem with ajax post function. Ajax function doesn't working without alert message. If add alert message, div content will be refresh and working my code. I have a mv3 application. And post form data to this javascript function. Like that: function Add_Definition() { var data = $.extend({ call: "Add_Definition", url: "/Definition/Definition", type: "post", dataType: "html", data: $("#definition_form").serialize() }, data); Load(ajaxrequest(data)); } function Load(val) { if (val ==