http://jsbin.com/uremuc/2/edit
If I’m choosing jquery 1.5.2 in jsBin ,
running .attr('tagName') should return me undefined ( or something else but not the real result) since its not suppose to read the dom element as Prop does.
So why is it working ?
It doesnt suppose to be working…
From jquery.com’s
.prop()page