familugorg

Auto Showmore Sharetronix MicroBlog

Dec 7th, 2012
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.46 KB | None | 0 0
  1. <!--
  2. Put this code to static/layout/header.php in <head>...</head> element
  3. -->
  4.  
  5. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js">
  6.         </script>
  7.  
  8.         <!-- auto click to Show more where scroll at bottom-->
  9.         <script>
  10.         $(window).scroll(function(){
  11.         if ( ($(window).scrollTop() ) == $(document).height() - $(window).height()){
  12.            $('.show-more').click();
  13.             }
  14.         });
  15.         </script>
Advertisement
Add Comment
Please, Sign In to add comment