Team:UNITN-Trento/JS/Library/toTop

From 2013.igem.org

(Difference between revisions)
(Created page with "function toTop(e) { $(e)scrollTop(0); }")
 
Line 1: Line 1:
function toTop(e) {
function toTop(e) {
-
$(e)scrollTop(0);
+
$(e).scrollTop(0);
}
}

Latest revision as of 19:25, 27 September 2013

function toTop(e) { $(e).scrollTop(0); }