I have a div like this
<div class="sectionContent" contenteditable>
<div class="capabilities" name="capabilities" >Some things</div>
</div>
So i want everytime user type something in this div like
-Responsible,allways on time,love teamwork
-Willing to learn new things.
I will have new line after user press enter button.Here is the result i want.So how can i achivce that with js or jquery
-Responsible,allways on time,love teamwork</br>
-Willing to learn new things.</br>
Thanks for help.Kind regard
` in there already. – charlietfl Feb 10 '16 at 02:33
` or `
` ... not sure '` would do anything – Jaromanda X Feb 10 '16 at 02:36
`. You will need to parse differences or use an html editor probably for consistent results – charlietfl Feb 10 '16 at 02:42