Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- THIS:
- allbutton.attr("onclick", "$('html, body').animate({scrollTop: $('.i_flag_free').eq(0).parents().eq(2).offset().top}, 500);");
- OR THIS:
- allbutton.removeAttr("onclick")
- allbutton.click(function() {
- $('html, body').animate({scrollTop: $('.i_flag_free').eq(0).parents().eq(2).offset().top}, 500);
- });
Advertisement
Add Comment
Please, Sign In to add comment