Merge branch 'attrhooks.1.6'
Conflicts: src/core.js src/support.js
This commit is contained in:
commit
7fb95ebe8f
7 changed files with 401 additions and 201 deletions
|
@ -71,6 +71,9 @@ jQuery.support = (function() {
|
|||
// Make sure that a selected-by-default option has a working selected property.
|
||||
// (WebKit defaults to false instead of true, IE too, if it's in an optgroup)
|
||||
optSelected: opt.selected,
|
||||
|
||||
// Test setAttribute on camelCase class. If it works, we need attrFixes when doing get/setAttribute (ie6/7)
|
||||
getSetAttribute: div.className !== "t",
|
||||
|
||||
// Will be defined later
|
||||
submitBubbles: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue