How to empty input field with jQuery

You can clear the input field by using $('#shares').val('');

Leave a Comment