wheelmenu.js 是不是一个页面正能实现一个环形菜单?

一个页面上需要多个环形菜单,这个框架是不是在一个页面上只能实现一个环形菜单,如果放两个或多个的话 菜单的子菜单个数是相同的,而我需要的是不同个数的。

慕码人8056858
浏览 482回答 1
1回答

哆啦的时光机

<a href="#wheel3" class="wheel-button ne">&nbsp; &nbsp; <span>+</span></a>href 的值指定要触发的菜单 里面有多少就出多少<ul id="wheel3" class="wheel">&nbsp; &nbsp; &nbsp; &nbsp; <li class="item"><a href="#home">A</a></li>&nbsp; &nbsp; &nbsp; &nbsp; <li class="item"><a href="#home">A</a></li>&nbsp; &nbsp; &nbsp; &nbsp; <li class="item"><a href="#home">A</a></li>&nbsp; &nbsp; &nbsp; &nbsp; <li class="item"><a href="#home">A</a></li>&nbsp; &nbsp; &nbsp; &nbsp; <li class="item"><a href="#home">B</a></li></ul><a href="#wheel2" class="wheel-button ne">&nbsp; &nbsp; <span>+</span></a><ul id="wheel2" class="wheel">&nbsp; &nbsp; &nbsp; &nbsp; <li class="item"><a href="#home">A</a></li>&nbsp; &nbsp; &nbsp; &nbsp; <li class="item"><a href="#home">A</a></li>&nbsp; &nbsp; &nbsp; &nbsp; <li class="item"><a href="#home">A</a></li></ul>
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript