jQuery HTML to JSON

前端 未结 2 1241
南笙
南笙 2020-12-17 03:51

I\'m using the jQuery template plugin to generate HTML from JSON data which the user than manipulates (and, potentially alters). I\'m looking for a way to read this html bac

2条回答
  •  北海茫月
    2020-12-17 03:55

    The nicest way to get this done will be some sort of data binding, such as the jQuery data link plugin or (perhaps a bit much for your current needs) Knockout.

提交回复
热议问题