Friday, March 26, 2010

jQuery scrollto page

ScriptManager.RegisterStartupScript(this.Parent.Page, this.GetType(), "ScrollDown2Result",
"$(document).ready(function() {$" +
"('html,body').animate({ scrollTop: 800}, 'slow');" +
"});", true);

No comments: