11
shouts

Creating a quick and dirty jQuery contentEditable Plugin - Rick Strahl

published 296 days, 10 hours, 10 minutes ago posted by NickolayNickolay 297 days, 2 hours, 59 minutes ago
Wednesday, May 27, 2009 7:37:53 AM GMT Tuesday, May 26, 2009 2:48:36 PM GMT

Creating a full featured editable component that handles a number of scenarios is quite complex. Some time ago I started in on this process with a wwEditable plug-in which I’ve used in a number of applications. It works, but it’s fairly large and even so has a few rough edges for full generic use.

However, if you’re just after a quick and dirty mechanism for editing some text for the purpose of updating it there’s actually an easier way using the contentEditable attribute on DOM elements. The nice thing...

category: Ajax | clicked: 22 | | source: west-wind.com | show counter code
tags: Ajax, ASP.NET, JavaScript, jQuery