fix toggle_button

parent 9420c64f
$(document).ready(function() {
$("a.toggle_bottom").mPageScroll2id();
$("a.toggle_bottom").click(function() {
var a = $(this);
$("html, body").animate({ scrollTop: $(a.attr('href')).height()+120 }, "slow");
return false;
});
});
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment