I try to use jQuery plugins like chain.js or DataBind, but it is not quite what I need...
Chain.js can't store changed data to the model (as I know).
DataBind have method unbinddata()
, that store changed data in JSON structure, but can work only with form inputs, not with attributes or $(el).data()
.