Jquery 获取元素标签名称

Jquery的获取元素标签名称的方法:   一、$( this ).get(0).tagName 二、$( this )[0].tagName 三、$( this ).prop("tagName") 四、$( this ).prop("nodeName") 转载于:https://www.cnblogs.com/queende7/p/8669051.htmlhtml
相关文章
相关标签/搜索