John Resig
|
985856b823
|
No longer use arguments.callee or RegExp (use new RegExp, instead) for ES 3.1 and Caja compatibility. Fixes jQuery bug #4251.
|
2009-02-26 18:00:41 +00:00 |
|
John Resig
|
31597b7b3c
|
Adding a tweak to prevent layout breaks in the boxModel check on IE 6. Fixes bug #4014.
|
2009-02-07 17:15:01 +00:00 |
|
John Resig
|
d5858c7cb8
|
Added a trailing / in the innerHTML support test to allow it to not
throw an error in XHTML documents. Fixes #3829.
|
2009-01-13 15:08:11 +00:00 |
|
John Resig
|
7346a476cc
|
Fixed boxModel support - is now computed with feature detection, rather than sniffing.
|
2009-01-11 16:17:20 +00:00 |
|
Scott González
|
49d0d5b7a3
|
Fixed tabindex normalization so that elements that natively support tabbing, but don't have a tabindex explicitly set return 0 instead of undefined.
Removed jQuery.support.tabindex since we're only normalizing non-XML right now and all browsers support tabIndex for HTML documents.
|
2009-01-07 14:36:30 +00:00 |
|
John Resig
|
122b672f70
|
Landed cross-browser support for tabIndex, by Scott, closes ticket #3649.
|
2009-01-05 17:34:42 +00:00 |
|
Ariel Flesler
|
1b0276dc57
|
jquery support: Closes #3758, fixes a memory leak on IE. Thanks Choan Galvez.
|
2008-12-29 22:05:02 +00:00 |
|
John Resig
|
c9dd5d9972
|
Oops, forgot to commit support.js.
|
2008-12-21 23:06:42 +00:00 |
|