decoupling styles retrieval from the attr method
This commit is contained in:
parent
9476530fa1
commit
d7d908b05a
14 changed files with 4177 additions and 257 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue