Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用流沙插件对单个元素列表进行排序jQuery。排序工作正常,但是当流沙将排序的元素移动到新位置时,它就完全错误了。
jQuery
网站链接
例如,如果您单击“战斗”,您会看到3 个图像沿着左侧下拉,然后突然出现在正确的位置。
为什么这样做?
问题出在我的 CSS 中。我只是删除了:
ul.portfolio { display:inline-block; list-style: none; margin-left: 0; width:auto; }
现在它工作正常。