课程
/前端开发
/Bootstrap
/玩转Bootstrap(基础)
求问bootstrap中 aria-haspopup="true" aria-expanded="true"
好像可有课无,不影响效果。
2018-07-22
源自:玩转Bootstrap(基础) 5-3
正在回答
aria-haspopup :true表示点击的时候会出现菜单或是浮动元素; false表示没有pop-up效果。 aria-expanded:表示展开状态。默认为undefined, 表示当前展开状态未知。其它可选值:true表示元素是展开的;false表示元素不是展开的。
举报
告诉你使用Bootstrap,并且能够独立定制出适合自己的Bootstrap
1 回答下拉菜单 aria-haspopup="true" aria-expanded="true">??
23 回答aria-hidden="true"是什么意思 aria代表什么?
1 回答aria-labelledby="myLargeModalLabel" aria-hidden="true"是什么意思来的?
1 回答aria-hidden="true"是什么意思?
1 回答tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"