Skip to content

Instantly share code, notes, and snippets.

@akzhan
Created April 7, 2010 16:05
Show Gist options
  • Select an option

  • Save akzhan/359066 to your computer and use it in GitHub Desktop.

Select an option

Save akzhan/359066 to your computer and use it in GitHub Desktop.
$('#wysiwyg').wysiwyg('document').click(function(e)
{
e.preventDefault();
alert('You have clicked jWysiwyg content!');
});
@akzhan

akzhan commented Apr 7, 2010

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment