Document.designMode trick..


Here's a neat trick I got from my friend Geoffroy: open up your preferred Javascript console and type in this command:

```

document.designMode='on'

```

Et voila': your page is directly editable in your browser! Useful for quick visual testing/modifications when giving a demo, for example....

Picture 2

Cite this blog post:


Michele Pasin. Document.designMode trick... Blog post on www.michelepasin.org. Published on Aug. 5, 2009.

Comments via Github:


See also: