jQuery.divPlaceholder.js

A mostly-CSS-with-a-bit-of-jQuery micro-plugin to emulate the placeholder attribute for contenteditable divs. The placeholder text cosmetically resembles an input’s placeholder. All markup used is valid. The placeholder text does not appear in the DOM. The placeholder text disappears when the `div` contains any text or when it has input focus.

jQuery.trocar

Small jquery library to allow users to edit the content of any html element by using the contenteditable attribute.