Joined April 2012
·

Paul

Software Engineer at Stateless
·
United States
·
·
·

Posted to Reset a form over 1 year ago

There is also javascript's native form .reset() method:

Add the below snippet as a bookmarklet/favlet an you can make use of contenteditable on any webpage.


javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

Achievements
51 Karma
2,493 Total ProTip Views