Guest User

Untitled

a guest
Nov 20th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <input type="checkbox" name="only-dguv" />
  2.  
  3. $(document).ready(function () {
  4. $('[name="only-dguv"]').on('switchChange.bootstrapSwitch', get_items);
  5. });
Add Comment
Please, Sign In to add comment