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
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.