This makes a textarea go blank in my application:
$('#questionTextArea').val('');
What I want to know is how can I make radio buttons go back to all being unselected? the class of each radio button is .replyBtn
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check out
.prop:Example: http://jsfiddle.net/WdUpn/