如何使用Javascript代表高光来控制滚动

时间:2019-01-04 06:09:31

标签: javascript jquery html scroll

我想知道如何代表div高亮上下滚动, 这里是示例:enter image description here

这是我的 kot Entry 页面的屏幕,当我单击在kotEntry部分中图像左侧添加的第一个项并在页脚中自动向下滚动时,我的问题是重复 AFGANI MOMOS 之类的任何项(突出显示div块),仍然在页脚中向下站立,然后如何滚动突出显示div上的显示

代码

     if (i.length > 0) {   // this is check for repeated item
                    debugger;
                    var s = this.cart.indexOf(i[0]);
                    var b = this.cart[s][this.options.paramSettings.productQuantity];
                    var cd = this.cart[s][this.options.paramSettings.Modifier];
                    this.cart[s][this.options.paramSettings.productQuantity] = this.cart[s][this.options.paramSettings.productQuantity] - 0 + (e[this.options.paramSettings.productQuantity] - 0), e = this.cart[s], this._triggerEvent("itemUpdated", [e]);
                } 
else   // scroll down for new item
                    **$(".sc-cart-item-list").animate({ scrollTop: $(document).height() }, "slow");**

0 个答案:

没有答案