Moving to named anchor after jquery/javascript processing -
how move focus different section (named anchor) on same page after doing jquery processing.
function abc() processing , afterwards, need move user section on same page (further down page).
you can use code below scroll screen <div id="navigation">
. change selector match element want scroll to.
$('html, body').animate({ scrolltop: $('#navigation').offset().top }, 'slow');
Comments
Post a Comment