I'm trying to select all the textareas, but not textareas with a certain class associated with them. How do I de-select an element w/ jQuery?
$('textarea' - '.html').autogrow();
I'm trying to select all the textareas, but not textareas with a certain class associated with them. How do I de-select an element w/ jQuery?
$('textarea' - '.html').autogrow();