Saved Bookmarks
| 1. |
What Is The Use Of Validation Jquery Plugins? |
|
Answer» In MVC we can USE these Jquery Plugins in the form of rules LIKE below - $('#MyControlId').rules("ADD", { required: TRUE }); In MVC we can use these Jquery Plugins in the form of rules like below - $('#MyControlId').rules("add", { required: true }); |
|