Primarily for layout purposes I would prefer to use <div>
tags in my views with contenteditable="true"
for editing a model's attributes. That said, I've found it difficult to find a reliable solution for serializing these elements' values for saving to the model.
Is there a reliable way to serialize the contents of a groups of <div contenteditable="true">
elements?