課程
/前端開發
/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">??
2 回答aria-valuenow aria-valuemin aria-valuemax
23 回答aria-hidden="true"是什么意思 aria代表什么?
1 回答aria-labelledby="myLargeModalLabel" aria-hidden="true"是什么意思來的?
1 回答aria-hidden="true"是什么意思?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2018-08-01
aria-haspopup :true表示點擊的時候會出現菜單或是浮動元素; false表示沒有pop-up效果。?
aria-expanded:表示展開狀態。默認為undefined, 表示當前展開狀態未知。其它可選值:true表示元素是展開的;false表示元素不是展開的。