Jquery的获取元素标签名称的方法:
1、$( this ).get(0).tagName
2、$( this )[0].tagName
3、$( this ).prop("tagName")
4、$( this ).prop("nodeName")
原文地址:https://www.cnblogs.com/queende7/p/8669051.html
时间: 2024-10-06 22:47:15
Jquery的获取元素标签名称的方法:
1、$( this ).get(0).tagName
2、$( this )[0].tagName
3、$( this ).prop("tagName")
4、$( this ).prop("nodeName")
原文地址:https://www.cnblogs.com/queende7/p/8669051.html