Monday, October 20, 2014

click funtion and switch case using jquery

Posted by Unknown  |  No comments


 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  

 $(document).ready(function () {   
 ButtonConfirmation();  
  });  
 function ButtonConfirmation() {  
   $('#modelbtnYes,#modelbtnNO').click(function () {  
     switch ($(this)[0].id) {  
       case 'modelbtnYes':  
         CloseConfirmationDelete();  
         Delete();  
         break;  
       case 'modelbtnNO':  
         CloseConfirmationDelete();  
         break;  
     }  
   });  
 } //buttonconfirmation function ends here.  

 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  


6:23 AM Share:

0 comments:

Get updates in your email box
Complete the form below, and we'll send you the best coupons.

Deliver via FeedBurner
Proudly Powered by Blogger.
back to top