Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. if ($scrollPane.scrollTop() + magicNumber < $scrollPane.children().height()) {
  2.             $bottomGradient.show();
  3.         }
  4.  
  5.         if ($table.height() > $scrollPane.height()) {
  6.             // increase width of scrollpane to fit scrollbar in view without moving content
  7.             $scrollPane.addClass('has-scrollbar');
  8.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement