Guest User

Untitled

a guest
Oct 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. // Set checkboxes to checked by default
  2. jQuery(document).ready(function(){
  3. jQuery('.addon-checkbox').attr( 'checked', 'checked' );
  4. });
Add Comment
Please, Sign In to add comment