Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.33 KB | None | 0 0
  1.  jQuery('#select2-billing_persontype-container').attr('title').change(function () {
  2.        
  3.  
  4.              if ( jQuery('#select2-billing_persontype-container').attr('title') == 'Pessoa física' )  {
  5.               $('#billing_cnpj_field').css('display','none');
  6.                
  7.             } else {
  8.               $('#billing_cnpj_field').css('display','block');
  9.             }
  10.  
  11.           });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement