jQuery(document).ready(function () {
jQuery("#btnSave").validationEngine();
});
on second button i don't want to call jquery function how top do this plz help i tried
jQuery(document).ready(function () {
jQuery("#btnSave").validationEngine();
});
but its not working plz Help
Manoj RajputPosted Jul 8, 2014, 11:15 PM
use this code
Abhay ShankerPosted Jul 8, 2014, 11:14 PM
Write Jquery as below for the button you want to call jquery function
<script type="text/javascript">
Your button will be as below
Sasi ReddyPosted Jul 8, 2014, 10:25 AM
Could you please eloborate?..