I want to add the <br/>
(newline) to text box when user clicks on the enter button.
How can I achieve it in jquery onkeyup
event. Can one show me the example or any good website implementing it.
Thank you
I want to add the <br/>
(newline) to text box when user clicks on the enter button.
How can I achieve it in jquery onkeyup
event. Can one show me the example or any good website implementing it.
Thank you
Something along the lines of :
Copied from here Caret position in textarea, in characters from the start See DEMO.
Well, i guess all text-editors (WYSIWYG) do it all the time.