Hello All,
I have been putting placeholder text in single line fields and multi-line fields. But now I want to put it in a rich text editor. Does anyone know the selector to use?
Single Line - $("#q1 input").attr("placeholder", "Insert words here");
Multi-Line - $("#q1 textarea").attr("placeholder", "Insert words here");
Rich Text Editor - $("#q1 ???").attr("placeholder", "Insert words here");
Any help would be appreciated.
Thanks.