simplyScroll JS添加了内联CSS:
style="width:4400px;"jQuery调用中使用和标识的主标记。它通过添加所有子级的宽度来获得4400 of。
发布于 2013-07-24 15:55:40
我从未使用过simplyScroll .But,您可以在第145行之后尝试
this.$list.css(this.dimension,this.posMax+(this.itemMax*addItems) +'px');添加
this.$list.css('max-width',this.posMax+(this.itemMax*addItems) +'px');https://stackoverflow.com/questions/17838643
复制相似问题