How to put <br />
only in div contenteditable while user is pressing ENTER key? I must manage the content of that div in XML after send, but some browsers translate new lines as <p>
, some (in example Google Chrome) as <div>
.
The good solution will be force to make new lines the same in all browsers (only <p>
or only <div>
) too.
PS: I'm using jQuery and PHP.
How about trapping the user keyboard event of pressing the Enter key?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With