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

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -