Thanks.
I followed the tips for that post, but I not get success.
I put into "Custom Code" (All Pages, Top of Heads) the code:
<script>
var $doc = $('html, body');
$('a').click(function() {
$doc.animate({
scrollTop: $( $.attr(this, 'href') ).offset().top
}, 500);
return false;
});
</script>
Maybe the code was putted into wrong place?
Excuse me, this is the first time I use JA Builder Page ...
I thanks for any helps.