chapterView
.on("touchstart MSPointerDown", ".config span", function(){
$(this).addClass("active");
})
.on("touchend MSPointerUp", ".config span", function(){
$(this).removeClass("active");
});
chapterView.on("touchend MSPointerUp", ".config span", action)
}else if( isMouse ){
chapterVi
-->>(第22/28页)(本章未完,请点击下一页继续阅读)