Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Put this code to static/layout/header.php in <head>...</head> element
- -->
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js">
- </script>
- <!-- auto click to Show more where scroll at bottom-->
- <script>
- $(window).scroll(function(){
- if ( ($(window).scrollTop() ) == $(document).height() - $(window).height()){
- $('.show-more').click();
- }
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment