Guest User

Untitled

a guest
May 27th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $.fn.exists = function( func ){
  2.  
  3. return ( this.length && func && func.apply( this ) ) ? this : ( !func ? this.length : this );
  4. };
Add Comment
Please, Sign In to add comment