Using the HTML5 ContentEditable attribute for an admin friendly UI

added by JavaScript Kicks
9/10/2014 9:48:21 AM

164 Views

HTML5’s ContentEditable attribute provided the user-side functionality we wanted. We created a simple javascript snippet that would take any text changes in a ContentEditable element and pass it to a paired hidden input.


0 comments