为了账号安全,请及时绑定邮箱和手机立即绑定

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

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

慕码人8056858 2018-11-21 17:19:44
一个页面上需要多个环形菜单,这个框架是不是在一个页面上只能实现一个环形菜单,如果放两个或多个的话 菜单的子菜单个数是相同的,而我需要的是不同个数的。
查看完整描述

1 回答

?
哆啦的时光机

TA贡献1779条经验 获得超6个赞

<a href="#wheel3" class="wheel-button ne">

    <span>+</span>

</a>

href 的值指定要触发的菜单 里面有多少就出多少

<ul id="wheel3" class="wheel">

        <li class="item"><a href="#home">A</a></li>

        <li class="item"><a href="#home">A</a></li>

        <li class="item"><a href="#home">A</a></li>

        <li class="item"><a href="#home">A</a></li>

        <li class="item"><a href="#home">B</a></li>

</ul>

<a href="#wheel2" class="wheel-button ne">

    <span>+</span>

</a>

<ul id="wheel2" class="wheel">

        <li class="item"><a href="#home">A</a></li>

        <li class="item"><a href="#home">A</a></li>

        <li class="item"><a href="#home">A</a></li>

</ul>


查看完整回答
反对 回复 2018-12-18
  • 1 回答
  • 0 关注
  • 481 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信