Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $('.affix-sticky').affix({
  2. offset: {
  3. top: $('.top-content').outerHeight(true) +
  4. $('#email-row').outerHeight(true) ,
  5. bottom: ($('.follow-us').outerHeight(true) +
  6. $('.approval-logos').outerHeight(true) +
  7. $('footer').outerHeight(true))
  8. }
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement