I have a clear button that needs to clear the TextBox value(that is entered) on this button click using JQuery function.
Share
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.
You just need to attach a click event to the button that will set the value of the input element to empty.
Of course to give you exact selectors we need to see the actual html. The above jquery call would work for this html.