Last active
August 21, 2018 04:38
-
-
Save Nutscracker87/6eb38c8104c5e2ed5a52ac4e1fccc479 to your computer and use it in GitHub Desktop.
jQuery Plugin Start
This file contains hidden or 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