Skip to content

Instantly share code, notes, and snippets.

@akzhan
Created March 23, 2010 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akzhan/341106 to your computer and use it in GitHub Desktop.
Save akzhan/341106 to your computer and use it in GitHub Desktop.
<link rel="stylesheet" type="text/css" href="jwysiwyg/wysiwyg.css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jwysiwyg/jquery.wysiwyg.js"></script>
<script type="text/javascript">
// And now convert textarea #wysiwyg into Wysywyg editor.
$('#wysiwyg').wysiwyg();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment