求问bootstrap中 aria-haspopup="true" aria-expanded="true"

来源:5-3 下拉菜单(下拉分隔线)

web_東

2018-07-22 22:10

求问bootstrap中 aria-haspopup="true" aria-expanded="true"

好像可有课无,不影响效果。

写回答 关注

1回答

  • 零允
    2018-08-01 19:58:39

    aria-haspopup :true表示点击的时候会出现菜单或是浮动元素; false表示没有pop-up效果。 
    aria-expanded:表示展开状态。默认为undefined, 表示当前展开状态未知。其它可选值:true表示元素是展开的;false表示元素不是展开的。

玩转Bootstrap(基础)

告诉你使用Bootstrap,并且能够独立定制出适合自己的Bootstrap

314546 学习 · 2275 问题

查看课程

相似问题