jQuery reset input code example
Example 1: form reset jquery
$('#form_id').trigger("reset");
Example 2: jquery reset form
$('.login-form').trigger("reset");
Example 3: clear input jqueyr
$('#inputButtonID').val('');
Example 4: clear input field jquery
$('#shares').val('');