geilt

Untitled

Mar 26th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. filter.on('click', '.multi-check', function(){
  2. if($(this).is(':checked')){
  3. $(this).closest('.multi-checkbox').prepend($(this).closest('label'));
  4. }
  5. });
Advertisement
Add Comment
Please, Sign In to add comment