Skip to content

Instantly share code, notes, and snippets.

@myvitaliy
Created January 8, 2017 09:25
Show Gist options
  • Save myvitaliy/c48af9aadd698532477eb8cd29969d77 to your computer and use it in GitHub Desktop.
Save myvitaliy/c48af9aadd698532477eb8cd29969d77 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