Advertisement
humayun180

Jquery offset

May 17th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.26 KB | None | 0 0
  1. jQuery https://eshop.ssci-it.com/
  2.  
  3. (function($){
  4.    "use strict";
  5.  $(document).ready(function(){
  6.     $(".custom-btn ").click(function() {
  7.     $('html,body').animate({
  8.         scrollTop: $("#order").offset().top},
  9.         'slow');
  10.      });    
  11. });  
  12. })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement