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
Solution 1:
you can also direct call like
var divElem = $('#yourdivid').load('@Url.Action("Definition", "Definition")');
Post a Comment for "Ajax Post Not Working Without Alert Message"