Showing
1 changed file
with
4 additions
and
4 deletions
@@ -305,10 +305,10 @@ grid.prototype = { | @@ -305,10 +305,10 @@ grid.prototype = { | ||
305 | p = this.options; | 305 | p = this.options; |
306 | g.tbody.html(""); | 306 | g.tbody.html(""); |
307 | 307 | ||
308 | - // add by xuhongyun: 滚动到页面上方 | ||
309 | - $("body,html").animate({ | ||
310 | - scrollTop: 0 | ||
311 | - },0) | 308 | + // // add by xuhongyun: 滚动到页面上方 |
309 | + // $("body,html").animate({ | ||
310 | + // scrollTop: 0 | ||
311 | + // },0) | ||
312 | 312 | ||
313 | if (!rows) { | 313 | if (!rows) { |
314 | return ""; | 314 | return ""; |
-
Please register or login to post a comment