jeresig
|
dcf0fa5048
|
More changes to get jQuery in line with JSLint.
|
2010-03-01 21:24:49 -05:00 |
|
jeresig
|
a6f3757d50
|
Found a better detect for deleting an expando, added back in removeAttribute as it does work in IE.
|
2010-02-13 06:57:58 -05:00 |
|
jeresig
|
9195107dbb
|
Clean up expando removal code - only try to delete the expando from an element if it's possible.
|
2010-02-13 06:32:20 -05:00 |
|
jeresig
|
99e7560808
|
Make sure that we don't try to use a detached node (that was in a fragment) as a fragment in IE. Fixes #5829.
|
2010-02-13 03:14:00 -05:00 |
|
Michael Monteleone
|
bed759c95c
|
Make sure that checked state is cloned properly. Based upon the patch by Michael, required better test cases and in doing so found more edge cases. Introduced a new check into jQuery.support as a result. Fixes #5929.
|
2010-01-25 18:43:33 -05:00 |
|
jeresig
|
a00e63ea5a
|
Make a feature detect for the attribute selected code. Fixes #5702.
|
2009-12-22 15:46:54 -05:00 |
|
jeresig
|
1e64d58183
|
Make sure that the correct value is being pulled from checkboxes in Webkit. Fixes #5699.
|
2009-12-22 02:00:46 -05:00 |
|
jeresig
|
3776cbe314
|
Standardize on using double-quotes for string literals.
|
2009-12-21 20:13:16 -05:00 |
|
jeresig
|
61e37d4149
|
Made a number of spacing changes to bring the code more-inline with the jQuery Core Style Guideline.
|
2009-12-21 19:58:13 -05:00 |
|
jeresig
|
e083d15fc7
|
Tweaked a couple cases where == was used instead of ===.
|
2009-12-21 18:02:02 -05:00 |
|
Jörn Zaefferer
|
03481a52c7
|
Stop trying to emulate the focus/blur event in IE, doesn't work as one might expect, anyway. Instead, implement the focusin/focusout events in all other browsers - which creates a much better parity across all browsers. Uses event capturing instead of bubbling to make it happen. Thanks to Alexander for the recommendation and to Joern Zaefferer for the original focus/blur delegation code.
|
2009-12-21 16:10:21 -05:00 |
|
John Resig
|
6bec6199c2
|
Work around a weird computed number issue in WebKit. Fixes #5145.
|
2009-12-09 20:37:14 -08:00 |
|
John Resig
|
00a0abb751
|
Moved .ready() to core.js from event.js.
|
2009-12-07 16:34:55 -08:00 |
|
John Resig
|
afaae84a7a
|
support.js needs to come before event.js (also placed in a temporary setTimeout to delay the introduction of the ready in support - will remove when ready is moved to core.js, likely later today).
|
2009-12-07 07:45:20 -08:00 |
|
John Resig
|
542099a278
|
Make sure that we're doing proper focus bubble testing. Also simplified the logic for the IE focusin/focusout handling.
|
2009-12-06 18:02:58 -08:00 |
|
Justin Meyer
|
d42afd0f65
|
Adding in support for bubbling submit and change events, thanks to the patch by Justin Meyer. Includes a delegation test suite for manually testing to see if the events work as intended.
|
2009-12-04 11:28:50 -05:00 |
|
jeresig
|
c2ebd09826
|
Use now() in support.js instead of getTime.
|
2009-12-03 13:59:19 -05:00 |
|
John Resig
|
5ac2e0837c
|
Added useMap and frameBorder IE support to attr. Fixes #4561.
|
2009-11-11 15:11:58 -05:00 |
|
John Resig
|
d933e9c26d
|
Opera 9.2 was interpreting .5 as 0.50, changing it to .55 lets the result be the same in all browsers: 0.55. Fixes #5344.
|
2009-11-11 13:45:03 -05:00 |
|
Brandon Aaron
|
fd281e493d
|
fix for #4397
|
2009-05-16 14:45:46 +00:00 |
|
Brandon Aaron
|
1bd4325cb9
|
fixing a few more memory leaks in IE
|
2009-04-22 20:00:30 +00:00 |
|
Brandon Aaron
|
17841ea244
|
actually don't need to null out as much as i thought i did to fix that memory leak
|
2009-04-21 19:09:47 +00:00 |
|
Brandon Aaron
|
92a076cb2f
|
fixing memory leaks in IE
|
2009-04-21 18:46:39 +00:00 |
|
Brandon Aaron
|
f8ef75eb91
|
remove trailing spaces
|
2009-03-23 01:55:17 +00:00 |
|
Brandon Aaron
|
d7d908b05a
|
decoupling styles retrieval from the attr method
|
2009-03-22 23:25:03 +00:00 |
|
John Resig
|
6914fc2969
|
Removed the objectAll check from jQuery.support, was causing problems with broken ActiveX controls. Fixes bug #4017.
|
2009-02-28 20:28:45 +00:00 |
|
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 |
|