Guest User

Untitled

a guest
Mar 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <script type="text/javascript">
  2. $(function(){
  3. $("#tmp_image-37113").click (function() {
  4. $('#section--41340').show(150);
  5. $('html, body').animate ({
  6. scrollTop: $("#section--41340").offset().top
  7. }, 2000);
  8.  
  9. return false;
  10. });
Add Comment
Please, Sign In to add comment