EV: attr() and prop() in jQuery
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