Hi.
Im using the radajaxmanager.
Is there any way to scroll to anchor #posts after ajax ?
edit:
Code below is what im using to scroll to #posts
Is there any way to animate this scroll, to make it smoother ?
Im using the radajaxmanager.
Is there any way to scroll to anchor #posts after ajax ?
edit:
Code below is what im using to scroll to #posts
Is there any way to animate this scroll, to make it smoother ?
var prm = Sys.WebForms.PageRequestManager.getInstance();prm.add_endRequest(OnEndRequest);function OnEndRequest(sender, args) { window.location.hash = '#posts';}