I created a script as follows:
<script>
$(function() {
$('#mostrar_planos').bind('click',function(event){
var $anchor = $(this);
$('html, body').stop().animate({scrollTop: $($anchor.attr('href')).offset().top}, 500,'swing');...
asked by
07.06.2018 / 15:48