Guest User

Untitled

a guest
Jul 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. jQuery(document).ready(function() {
  2. if (jQuery('#StandForm_Form_Ruimte_Anders:checked')) {
  3. jQuery('#Anders').show();
  4. }
  5. else {
  6. jQuery('#Anders').hide();
  7. }
  8. });
Add Comment
Please, Sign In to add comment