Get Json string of Model, with all changes made by user

This question already has an answer here:

  • Convert form data to JavaScript object with jQuery 50 answers

  • You cannot manipulate your c# model from JavaScript.Your model rendered by the server. Only once. When your page is created. To send data from your form or etc. use JSON.stringify(object)

    链接地址: http://www.djcxy.com/p/46344.html

    上一篇: 用jQuery去除表格行的最佳方法是什么?

    下一篇: 获取Model的Json字符串,以及用户所做的所有更改