diff --git a/src/attributes.js b/src/attributes.js index c3890c459..d8f6b04dd 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -215,14 +215,6 @@ jQuery.fn.extend({ jQuery.extend({ valHooks: { - option: { - get: function( elem ) { - // attributes.value is undefined in Blackberry 4.7 but - // uses .value. See #6932 - var val = elem.attributes.value; - return !val || val.specified ? elem.value : elem.text; - } - }, select: { get: function( elem ) { var value, i, max, option,