I have a gridview inside a div.. I want to scroll to top of the div from the bottom of the div using jquery.. Any suggestion..
// 相关标签:
Or, for less code, inside your click you place:
setTimeout(function(){ $('#DIV_ID').scrollTop(0); }, 500);