you can select it with #id
selector and delete its value
try this:
$(document).ready(function(){
$('#wp-submit').val('');
});
solved Remove input value [closed]
you can select it with #id
selector and delete its value
try this:
$(document).ready(function(){
$('#wp-submit').val('');
});
solved Remove input value [closed]