Posts by Rodrigo • 53 points
2 posts
-
2
votes1
answer113
viewsQ: Count hashtags in a textarea with emojionearea
I would like to know how to count hashtags in a textarea with emojionearea That is the code: I would like to know how to count hashtags in a textarea Example: const maxLength = 2200 const…
-
1
votes1
answer384
viewsQ: How to change background color according to value
I built a script to count characters from a textarea in Javascript, the code is this: <div> <p class="texto-cont">Restam <span id="cont">2.200</span> caracteres</p>…