Javascript/JQuery resize textarea with div/“grippie”
问题 I've look at many things covering how to make a "grippie" that resizes a textarea , and have tried all the code but none was worked. Any help? I'm trying to make it like the one on Stack Overflow when you ask a question or post an answer. 回答1: I found out how to do it!! Here is a fiddle with the project. I will continue to update it and make it better! HTML <textarea id="textarea"></textarea> <div id="grippie" draggable="false"></div> QJuery/JavaScript var resize = false; $('#textarea').hover