标签:
Keywords: attribute, property, Html DOM element, javascript
$("#textbox1").attr("tagName") returns undefined.
$("#textbox1").prop("tagName") returns INPUT.
Reference: http://blog.sina.com.cn/s/blog_655388ed01017cnc.html
标签:
原文地址:http://www.cnblogs.com/weihongji/p/4315583.html