<p>Simple jQuery Validation script to validate your form inputs.</p> <pre class="language-javascript"><code class="language-javascript"> $("#formValidate").validate({ rules: { uname: { required: true, minlength: 5 }, cemail: { required: true, email:true }, password...
can any one plz provide code for accessing Person or Group control tru Javascript for validation purpose thanks srikanth... Anonymous January 13, 2010 I want to validate when i click on ok button for submit data! can i use PreSaveItem() function ? Please let me know. Anonymous...
Note: *Mihael Konjević has written a nice article on “Inline Validation in Forms: Designing the Experience.” He explains the concept of “reward early, punish late.”* “If the user is entering the data in the field that was in a valid state, perform the validation after the data en...
can any one plz provide code for accessing Person or Group control tru Javascript for validation purpose thanks srikanth... PrashanthSpark 2010年1月13日 I want to validate when i click on ok button for submit data! can i use PreSaveItem() function ? Please let me know.vaishn...