How to get count of linebreaks in textarea with jQuery

Votes : 3
1239
In my application i need to something like a counter for every linebreaks in a textarea by using jQuery.

Your Answer

1 Answer

answered
function ESCountlinebreaks(textString){ /* * Count line breaks in javascript * source path : http://codrate.com/questions/how-to-get-count-of-linebreaks-in-textarea-with-jquery */ var matches = textString.match(/\n/g); return matches ? matches.length : 0; } Ex: <textarea></textarea> <script> $(document).ready(function(){ $('textarea').keydown(function(){ var text = $(this).val(); console.log(ESCountlinebreaks(text)); }); }); </script>

What is the codrate ?

codrate.com is a standard, fast cross browsing and highly versatile site. It is useful for many large number of Program Development Industries. So you can get support form Codrators , who are the codrate's joiners around world to help your program developments, You can answer other codrator's questions. Communicate with them. Share your knowledge with them. Do you have an interest in programming, So publish your articles about programming. It will help to maintain your professional co-profile. Actually codrate.com is not such as a regular web site. It will be gave new experience, best narrow cross-browser view, reduce processing time to receive browsing request, it's mean do not wasting your time to browsing codrate's web pages because it has been upgrade always modern coding ways. So, what do you waiting for ?. Try your own.

Copyright 2015 Pride - Company. Design by Esila