I am in a mobile app and I use an input field in order user submit a number.
When I go back and return to the page that input field present the latest number input d
You can clear the input field by using $('#shares').val('');
$('#shares').val('');