J
Size: a a a
J
F
F
<div class="textar" oninput="chDIV()"style="white-space :pre; background:#999"contenteditable="true"></div>
<p style="white-space :pre; background:#000; color:#fff"></p>
<script>
function chDIV(){
var textar = document.querySelector('.textar');
var p = document.querySelectorAll('p');
p[0].innerText = textar.innerText.split('\\n').join('').match(/\n/gi).length;
}
</script>
J
<div class="textar" oninput="chDIV()"style="white-space :pre; background:#999"contenteditable="true"></div>
<p style="white-space :pre; background:#000; color:#fff"></p>
<script>
function chDIV(){
var textar = document.querySelector('.textar');
var p = document.querySelectorAll('p');
p[0].innerText = textar.innerText.split('\\n').join('').match(/\n/gi).length;
}
</script>
F
J
J
VS
VS
М
F
F
J
F
VS
VS
AM
T
A