Skip to content

Instantly share code, notes, and snippets.

@Nutscracker87
Last active August 21, 2018 04:38
Show Gist options
  • Select an option

  • Save Nutscracker87/6eb38c8104c5e2ed5a52ac4e1fccc479 to your computer and use it in GitHub Desktop.

Select an option

Save Nutscracker87/6eb38c8104c5e2ed5a52ac4e1fccc479 to your computer and use it in GitHub Desktop.
jQuery Plugin Start
(function($){
$.fn.myParallax = function(){
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