Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. (function($)
  2. {
  3. $.fn.dummyForm = function()
  4. {
  5. return this.each(function()
  6. {
  7.  
  8. })
  9. }
  10. })(jQuery)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement