Advertisement
sabbirshouvo

Custom Js

Jul 27th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(window).scroll(function() {
  2.   //$('.chart-graph #container').hide();
  3.   if ($('.chart-graph').visible(true)) {
  4.     $('.chart-graph #container').html(response).css({'opacity':0}).animate({'opacity':1});
  5. }
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement