Jquery的获取元素标签名称的方法:
1、$( this ).get(0).tagName
2、$( this )[0].tagName
3、$( this ).prop("tagName")
4、$( this ).prop("nodeName")
Posted 白纱茗-度C
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jquery 获取元素标签名称相关的知识,希望对你有一定的参考价值。
以上是关于Jquery 获取元素标签名称的主要内容,如果未能解决你的问题,请参考以下文章