Advertisement
Guest User

Untitled

a guest
May 6th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <input type="checkbox" name="acceptRules" class="inline checkbox" id="checkbox1" value="false">
  2.  
  3. <script>
  4. $("#checkbox1").is(':checked', function(){
  5. $("#checkbox1").attr('value', 'true');
  6. });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement