Jquery 獲取元素標籤名稱

Jquery的獲取元素標籤名稱的方法:   一、$( this ).get(0).tagName 二、$( this )[0].tagName 三、$( this ).prop("tagName") 四、$( this ).prop("nodeName") 轉載於:https://www.cnblogs.com/queende7/p/8669051.htmlhtml
相關文章
相關標籤/搜索