Piyush Parikh

Piyush Parikh

  • 1.6k
  • 50
  • 44.9k

jquery Validation

Jul 8 2014 9:17 AM
I have two button on one button i m calling Jquery Validation 
<script type="text/javascript">
    jQuery(document).ready(function () {
            jQuery("#btnSave").validationEngine();
    });
</script>
on second button i don't want to call jquery function how top do this plz help i tried

<script type="text/javascript">
    jQuery(document).ready(function () {
            jQuery("#btnSave").validationEngine();
    });
</script>
but its not working plz Help

Answers (3)