js div scrollTop active vertically centered

var text_obj =$("#text");
// change directory location
text_obj[0].scrollTop=text_obj.find(".active")[0].offsetTop-100;

Guess you like

Origin www.cnblogs.com/shaoyang0123/p/11231032.html