ferrarisp

check_jquery

May 19th, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.20 KB | None | 0 0
  1. $(function (){
  2.    
  3.    
  4.    
  5.     //--->>> e esse aqui o que esta com problema
  6.     $('#v_sindAt').change(function(){
  7.     if (this.checked) {
  8.     alert('checado');
  9.     }
  10.     });
  11.    
  12.  
  13.    
  14. });
Advertisement
Add Comment
Please, Sign In to add comment