Posts by Diego Pereira • 31 points
2 posts
-
0
votes2
answers93
viewsA: Switch between modes
you can do the following, replace the toogle() function by directly attacking css. So you change the "display" attribute of the CSS class "view" and edit. showing and hiding the forms. I edited your…
-
2
votes2
answers8380
viewsA: How do I limit the amount of characters in a textarea and input using CSS
I always use direct in HTML maxlength. Get like this, and you can wear so much on input how much in the textarea: <textarea name="mensagem" rows="7" maxlength="512" ></textarea>…