Merge branch 'attrhooks.1.6'

Conflicts:
	src/core.js
	src/support.js
This commit is contained in:
jeresig 2011-04-10 15:49:17 -04:00
commit 7fb95ebe8f
7 changed files with 401 additions and 201 deletions

View file

@ -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,