Created
January 8, 2017 09:25
-
-
Save myvitaliy/c48af9aadd698532477eb8cd29969d77 to your computer and use it in GitHub Desktop.
jQuery plugin start
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.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