I am trying to make a preview box which works on .keyPress()
like the one when you submit a question to Stack Overflow, how ever the difference is I wish to use the tiny mce editor and have it recognize the enter key so that it will keep the same format as what the user enters, I have had a look here
Tinymce on keypress I am try to display the preview of the content
But to be honest I'm quite new to this and don't really understand how to implement it properly. I have the Tiny mce editor working great but now
What I am wanting to do is create a div where it gets the content from tiny mce editor and preview it in another div.