$("html").scrollTop($(document).height(),function(){
$("#page_jump_input").focus();
});
I can't get a callback function to work on the method scrollTop()
.
The scrolling works, but the callback wont. Where am I going wrong?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…