$(document).ready(function(){ $('a[href=#]').click(function(){ $.scrollTo(0,'slow'); return false; }); });
But remember to include jQuery ScrollTo plugin in your imports. Now every link with hash as target will scroll your page back to the top with nice jquerish effect. Cooll huh ?
No comments:
Post a Comment