MVC4 Ajax.BeginForm not replacing UpdateTargetId

后端 未结 12 1404
野的像风
野的像风 2020-12-30 04:38

There are so many topics on SO about issues with the Ajax.BeginForm not correctly updating the target element with the return partial view:
mvc4 ajax updating same page<

12条回答
  •  一个人的身影
    2020-12-30 05:36

    There is a problem with jquery.unobtrusive-ajax.min and JQuery 1.9 because JQuery 1.9 doesn't support the live() method any more. So you should use the JQuery migrate plug-in, and reference the JQuery migrate js.

提交回复
热议问题