Guest User

Untitled

a guest
May 27th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $.fn.myNewPlugin = function() {
  2.  
  3. return this.each(function() {
  4. // Do something to each element here.
  5. });
  6.  
  7. };
Add Comment
Please, Sign In to add comment