[jQuery] 'Object Required' IE8 Error in jQuery Form Plugin

[jQuery] 'Object Required' IE8 Error in jQuery Form Plugin


I think IE8 has a problem with this line:
var v = $.browser.msie && !(op.attributes['value'].specified) ?
op.text : op.value;
Anyone understand this error and how to fix it?