I'm using Remy Sharp's jQuery plugin to display hints in text boxes.
I'd like to do the same with TinyMCE - display a hint, like "Type some text here."
, and when the user focuses the TinyMCE editor, that text should go away. If the editor is empty (no text entered), then on blur the text should be visible again.
Is there a jQuery plugin that is capable of doing this? Or is there an API in TinyMCE that I could use for this functionality?