$('input[type="text"]').each(function() { this.value = ''; });
$('textarea').each(function() { this.value = ''; });
No comments:
Post a Comment