I\'ve tried it a few different ways based on searches I\'ve done on the subject and for some reason I can\'t get it to work. I just want my text inputs and textarea to clear
Try this:
$('#contact-form input[type="text"]').val(''); $('#contact-form textarea').val('');