From 3f66e928c816de49e4c79a3375524c2d0c4e56ce Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Mon, 17 Dec 2012 18:45:13 -0500 Subject: 2.0: Remove getSetAttribute and getSetInput and oldIE attroperties hooks --- src/support.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/support.js') diff --git a/src/support.js b/src/support.js index 9d8ed46da..5e3a7f4ba 100644 --- a/src/support.js +++ b/src/support.js @@ -80,11 +80,6 @@ jQuery.support = (function() { support.deleteExpando = false; } - // Check if we can trust getAttribute("value") - input = document.createElement("input"); - input.setAttribute( "value", "" ); - support.input = input.getAttribute( "value" ) === ""; - // Check if an input maintains its value after becoming a radio input.value = "t"; input.setAttribute( "type", "radio" ); -- cgit v1.2.3