Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. jQuery(document).ready(function($) {
  2.  
  3. $('a').on('click', function($) {
  4. $('#rolagem').animate({
  5. scrollTop: $( $.attr(this, 'href') ).offset().top + $('#rolagem').scrollTop()
  6. }, 500);
  7. return false;
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement