I want to clear all input and textarea fields in a form. It works like the following when using an input button with the reset class:
$(\".reset
None of the above works on a simple case when the page includes a call to web user control that involves IHttpHandler request processing (captcha). After sending the requsrt (for image processing) the code below does not clear the fields on the form (before sending the HttpHandler request ) everythings works correctly.