jQuery 1.6がリリースされています。 リリースノートを見ると。。。ムムム!!見過ごせない変更があるではないですか。 .prop(), .removeProp(), and .attr() .prop()、.removeProp()と.attr()に関して In the 1.6 release we’ve split apart the handling of DOM attributes and DOM properties into separate methods. The new .prop() method sets or gets properties on DOM elements, and .removeProp() removes properties. In the past, jQuery has not drawn a clear line between p