不同DIV滚动条如何同步?

$(".DIV").scroll(function(){
 $(".target").scrollLeft($(".DIV ").scrollLeft());
});
 
$(".m-h430").scroll(function(){
 $(".tabZqtabX").scrollLeft($(".m-h430").scrollLeft());
});
原文地址:https://www.cnblogs.com/clj2017/p/7422761.html