Friday, 15 April 2011

jquery - scrollTo within a container and fixed header -



jquery - scrollTo within a container and fixed header -

i'm having tough time deciphering scrollto's documentation. can work scrolling whole page via $.scrollto, i'm hoping scrolling within parent. have fixed header set scroll point.

this works:

$('#one_l').click(function () { $.scrollto($('#one'), 500); });

this doesn't:

$('#one_l').click(function () { $('#feature_scroll').scrollto($('#one'), 500); });

jquery scrollto

No comments:

Post a Comment