it'd be done with the following line
$("#youChatDiv").attr({ scrollTop: $("#youChatDiv").attr("scrollHeight") });
what this does is set the scroll to the height of the own element
just call that with every new message :)
cheers
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…