decoupling styles retrieval from the attr method

This commit is contained in:
Brandon Aaron 2009-03-22 23:25:03 +00:00
parent 9476530fa1
commit d7d908b05a
14 changed files with 4177 additions and 257 deletions

View file

@ -91,14 +91,9 @@
});
})();
var styleFloat = jQuery.support.cssFloat ? "cssFloat" : "styleFloat";
jQuery.props = {
"for": "htmlFor",
"class": "className",
"float": styleFloat,
cssFloat: styleFloat,
styleFloat: styleFloat,
readonly: "readOnly",
maxlength: "maxLength",
cellspacing: "cellSpacing",