我試圖找出一種忽略裝飾性文字的方式,類似於忽略使用空的alt裝飾性圖像。 實施例: <!-- This is decorative image -->
<img src="example.jpg" alt="">
<!-- This should be decorative text or element -->
<div>
Some decorative text line
我有一個項目,我想根據當前狀態改變aria擴展屬性。 它改變確定爲真,但由於某種原因沒有更改爲false第二點擊: HTML <li aria-expanded=false>hey</li>
jQuery的 $("li").on("click", function(e) {
var menuItem = $(e.currentTarget);
if (menuItem.a