This article will explain some basics about form validation and then illustrate how to validate form fields using jQuery. Sets all model fields to null except the ones with hidden input (editor: "hidden"). clear. In html, if you put any type of button, whether it is or , in a , it will submit no matter what. There are two types of validation: client side validation and server side validation. Solution 3 }); [code:js] function resetFormElements (frm) { $ (frm).find (:input).each (function () { switch (this.type) { case password: case select-multiple: jQuery Reset Form Data Fields Syntax : jquery clear form data formObject.reset (); Syntax to convert jQuery element to a JavaScript object. $('#ID_OF_FORM').each (function(){ Webor without jQuery: document.getElementById('myform').reset(); where myform is the id of the form containing the elements you want to be cleared. Use JavaScript Validation to improve UX. Kendo UI for jQuery . WebTo clear form fields using jQuery, you can set their values to an empty string. MetaProgrammingGuide. WebIn this article you can see how to use the clear method of the Kendo UI Form.