I have a textarea (auto resizing) and I want to clear all of its contents including its height.
So far I\'ve tried:
document.getElementById(\'textare
Just a JQuery version, that I'm using when I close a modal on my project
$("#jobURL").attr("style", "").val("")