How can I clear a textarea on focus? September 15, 2023 by Tarik $('textarea#someTextarea').focus(function() { $(this).val(''); });