Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make sure that the correct value is being pulled from checkboxes in Webkit. ↵ | jeresig | 2009-12-22 | 1 | -1/+6 | |
| | | | | Fixes #5699. | |||||
* | Standardize on using double-quotes for string literals. | jeresig | 2009-12-21 | 1 | -1/+1 | |
| | ||||||
* | Made a number of spacing changes to bring the code more-inline with the ↵ | jeresig | 2009-12-21 | 1 | -4/+4 | |
| | | | | jQuery Core Style Guideline. | |||||
* | Tweaked a couple cases where == was used instead of ===. | jeresig | 2009-12-21 | 1 | -1/+1 | |
| | ||||||
* | Stop trying to emulate the focus/blur event in IE, doesn't work as one might ↵ | Jörn Zaefferer | 2009-12-21 | 1 | -1/+0 | |
| | | | | 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. | |||||
* | Work around a weird computed number issue in WebKit. Fixes #5145. | John Resig | 2009-12-09 | 1 | -1/+2 | |
| | ||||||
* | Moved .ready() to core.js from event.js. | John Resig | 2009-12-07 | 1 | -2/+0 | |
| | ||||||
* | support.js needs to come before event.js (also placed in a temporary ↵ | John Resig | 2009-12-07 | 1 | -0/+3 | |
| | | | | setTimeout to delay the introduction of the ready in support - will remove when ready is moved to core.js, likely later today). | |||||
* | Make sure that we're doing proper focus bubble testing. Also simplified the ↵ | John Resig | 2009-12-06 | 1 | -0/+1 | |
| | | | | logic for the IE focusin/focusout handling. | |||||
* | Adding in support for bubbling submit and change events, thanks to the patch ↵ | Justin Meyer | 2009-12-04 | 1 | -0/+19 | |
| | | | | by Justin Meyer. Includes a delegation test suite for manually testing to see if the events work as intended. | |||||
* | Use now() in support.js instead of getTime. | jeresig | 2009-12-03 | 1 | -1/+1 | |
| | ||||||
* | Added useMap and frameBorder IE support to attr. Fixes #4561. | John Resig | 2009-11-11 | 1 | -1/+3 | |
| | ||||||
* | Opera 9.2 was interpreting .5 as 0.50, changing it to .55 lets the result be ↵ | John Resig | 2009-11-11 | 1 | -2/+2 | |
| | | | | the same in all browsers: 0.55. Fixes #5344. | |||||
* | fix for #4397 | Brandon Aaron | 2009-05-16 | 1 | -0/+1 | |
| | ||||||
* | fixing a few more memory leaks in IE | Brandon Aaron | 2009-04-22 | 1 | -1/+2 | |
| | ||||||
* | actually don't need to null out as much as i thought i did to fix that ↵ | Brandon Aaron | 2009-04-21 | 1 | -1/+1 | |
| | | | | memory leak | |||||
* | fixing memory leaks in IE | Brandon Aaron | 2009-04-21 | 1 | -0/+3 | |
| | ||||||
* | remove trailing spaces | Brandon Aaron | 2009-03-23 | 1 | -8/+8 | |
| | ||||||
* | decoupling styles retrieval from the attr method | Brandon Aaron | 2009-03-22 | 1 | -5/+0 | |
| | ||||||
* | Removed the objectAll check from jQuery.support, was causing problems with ↵ | John Resig | 2009-02-28 | 1 | -6/+1 | |
| | | | | broken ActiveX controls. Fixes bug #4017. | |||||
* | No longer use arguments.callee or RegExp (use new RegExp, instead) for ES ↵ | John Resig | 2009-02-26 | 1 | -2/+2 | |
| | | | | 3.1 and Caja compatibility. Fixes jQuery bug #4251. | |||||
* | Adding a tweak to prevent layout breaks in the boxModel check on IE 6. Fixes ↵ | John Resig | 2009-02-07 | 1 | -3/+2 | |
| | | | | bug #4014. | |||||
* | Added a trailing / in the innerHTML support test to allow it to not | John Resig | 2009-01-13 | 1 | -1/+1 | |
| | | | | | throw an error in XHTML documents. Fixes #3829. | |||||
* | Fixed boxModel support - is now computed with feature detection, rather than ↵ | John Resig | 2009-01-11 | 1 | -1/+13 | |
| | | | | sniffing. | |||||
* | Fixed tabindex normalization so that elements that natively support tabbing, ↵ | Scott González | 2009-01-07 | 1 | -5/+1 | |
| | | | | | | 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. | |||||
* | Landed cross-browser support for tabIndex, by Scott, closes ticket #3649. | John Resig | 2009-01-05 | 1 | -1/+6 | |
| | ||||||
* | jquery support: Closes #3758, fixes a memory leak on IE. Thanks Choan Galvez. | Ariel Flesler | 2008-12-29 | 1 | -1/+2 | |
| | ||||||
* | Oops, forgot to commit support.js. | John Resig | 2008-12-21 | 1 | -0/+99 | |