如何让标签随机交换位置?
我在一个 id 下有多个
标签,例如:<div id="myID">
<li>A</li>
<li>B</li>
<li>C</li>
</div>
我希望它们在翻转时随机切换位置。我想也许可以使用 Sortable jQuery 效果?但不确定......任何帮助将不胜感激。 谢谢。
I have several <li>
tags under one id, such as:
<div id="myID">
<li>A</li>
<li>B</li>
<li>C</li>
</div>
I would like them to randomly switch places on rollover. I thought perhaps with the Sortable jQuery effect? but not sure ... any help would be appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
随机?
randomly?
这是关于该主题的博客文章:
Here is a blog post on the subject:
你可以使用jquery-shuffle,但是使用mouseenter,否则你的“li”会剧烈地洗牌。
http://mktgdept.com/js/jquery-shuffle.js?v0.0.1
cwolves 脚本也是如此,你需要 mouseenter
You can use jquery-shuffle, use mouseenter though, otherwise your "li" will shuffle furiously.
http://mktgdept.com/js/jquery-shuffle.js?v0.0.1
Same goes for cwolves script, you want mouseenter