Skip to content

Instantly share code, notes, and snippets.

@vitasya
Created December 26, 2016 15:09
Show Gist options
  • Save vitasya/ebbac4930abd8461c42a867f7b3c709b to your computer and use it in GitHub Desktop.
Save vitasya/ebbac4930abd8461c42a867f7b3c709b to your computer and use it in GitHub Desktop.
new empty jQuery plugin file
(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