Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. (function($) {
  2.  
  3. $.fn.myParallax = function() {
  4.  
  5. return. this.each(function() {
  6.  
  7. var ths = $(this);
  8.  
  9. });
  10.  
  11.  
  12. };
  13. })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement