JQuery Live Preview banner
haacked haacked

JQuery Live Preview

Development community

Description

A jQuery Plugin for previewing comments as HTML

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

jQuery Live Preview

See my [jQuery Live Preview blog post](http://haacked.com/archive/2009/12/15/live-preview-jquery-plugin.aspx) for more details.

This is a plugin that allows you to render a preview of HTML that you allow users to write into a textarea. The plugin allows constraining the set of tags that should get rendered as HTML. All the rest get rendered as HTML encoded output.

To see the plugin in action, visit [http://demo.haacked.com/livepreview/](http://demo.haacked.com/livepreview/)