Advertisement
Cavitt

Untitled

Dec 4th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.MESSAGECOUNT = 0;
  2. function checkBox() {
  3.     var mcount = $('.colourline').length;            
  4.     if(mcount > window.MESSAGECOUNT) {
  5.         window.MESSAGECOUNT = mcount;
  6.         $('.dynamicpanel').animate({ scrollTop: 1000 },'50');
  7.     }
  8. }
  9. setInterval(checkBox, 500);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement