Guest User

Untitled

a guest
Jan 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <script type="text/javascript">
  2. require(['jquery'], function (jQuery) {
  3. jQuery(document).ready(function ($) {
  4. $('#cpa-scroll-to-desc').click(function (event) {
  5. event.preventDefault();
  6. $('html,body').animate({
  7. scrollTop: $(".box-collateral").offset().top - 120}, 'slow');
  8. });
  9. });
  10. });
  11. </script>
Add Comment
Please, Sign In to add comment