Created
December 26, 2016 15:09
-
-
Save vitasya/ebbac4930abd8461c42a867f7b3c709b to your computer and use it in GitHub Desktop.
new empty jQuery plugin file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function($){ | |
$.fn.customAnimate = function(direction){ | |
return this.each(function(){ | |
var ths = $(this); | |
}); | |
}; | |
})(jQuery); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment