Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding some rooted-find perf tests. | jeresig | 2010-10-10 | 1 | -0/+179 |
| | |||||
* | Tweaking some formatting of the closest changes. | jeresig | 2010-10-10 | 1 | -8/+5 |
| | |||||
* | Switch back to using Sizzle.matchesSelector. | jeresig | 2010-10-10 | 2 | -8/+9 |
| | |||||
* | Use the new Sizzle matches functionality. | jeresig | 2010-10-10 | 1 | -1/+1 |
| | |||||
* | Also test for single element filtering. | jeresig | 2010-10-10 | 1 | -3/+8 |
| | |||||
* | Adding a basic filter perf test suite. | jeresig | 2010-10-10 | 1 | -0/+178 |
| | |||||
* | Make some more tweaks to the closest perf test suite. | jeresig | 2010-10-10 | 1 | -6/+8 |
| | |||||
* | Fix formatting and switch to using the new matchesSelector method in Sizzle. | jeresig | 2010-10-10 | 1 | -13/+14 |
| | |||||
* | Some improvements to the closest perf tests - works in all browsers now. | jeresig | 2010-10-10 | 1 | -5/+7 |
| | |||||
* | Should improve performance of closest considerably. Benchmark proof in ↵ | wycats | 2010-10-09 | 3 | -13/+62 |
| | | | | speed/closest.html | ||||
* | Change event did not fire in IE when an explicit .focus() was used. Fixes #6374. | jeresig | 2010-10-09 | 1 | -1/+4 |
| | |||||
* | Fix the case where live change was breaking if a live click was bound ahead ↵ | jeresig | 2010-10-09 | 1 | -0/+1 |
| | | | | of time. Very similar to #6359. Fixes #6505. | ||||
* | Merge branch 'master' of http://github.com/petersendidit/jquery into ↵ | John Resig | 2010-10-09 | 1 | -0/+2 |
|\ | | | | | | | petersendidit-master | ||||
| * | Merge branch 'master' of git://github.com/jquery/jquery | David Petersen | 2010-10-07 | 4 | -8/+11 |
| |\ | |||||
| * | | Set event.LiveFired to undefined in specialSubmit handler so that click ↵ | David Petersen | 2010-09-30 | 1 | -0/+2 |
| | | | | | | | | | | | | events bound before the submit won't prevent the submit to fire. Fixes #6359 | ||||
* | | | Merge branch 'bug7123' of http://github.com/csnover/jquery into csnover-bug7123 | John Resig | 2010-10-09 | 2 | -1/+17 |
|\ \ \ | |||||
| * | | | Coerce all array values to strings before comparison in val(). Fixes bug #7123. | Colin Snover | 2010-10-08 | 2 | -1/+17 |
| | |/ | |/| | |||||
* | | | Merge branch 'bug7018' of http://github.com/csnover/jquery into csnover-bug7018 | John Resig | 2010-10-09 | 1 | -2/+4 |
|\ \ \ | |||||
| * | | | Fix bug #7018. | Colin Snover | 2010-10-06 | 1 | -2/+4 |
| |/ / | |||||
* | | | Merge branch 'animate-nonblock' of http://github.com/csnover/jquery into ↵ | John Resig | 2010-10-09 | 7 | -166/+342 |
|\ \ \ | | | | | | | | | | | | | csnover-animate-nonblock | ||||
| * | | | Fixed code convention issues. Reduced size of overflow reset code. Fixed ↵ | Colin Snover | 2010-10-08 | 3 | -43/+44 |
| | | | | | | | | | | | | | | | | broken show() test cases. | ||||
| * | | | Update $.fn.animate to only keep overflow set to hidden after an animation ↵ | Colin Snover | 2010-10-05 | 2 | -20/+16 |
| | | | | | | | | | | | | | | | | in IE6 when it is needed (width/height change) and update unit tests to reflect when overflow does not get reset. | ||||
| * | | | IE6 will shrink-wrap elements with layout instead of allowing content to ↵ | Colin Snover | 2010-10-05 | 4 | -101/+162 |
| | | | | | | | | | | | | | | | | flow outside of the border-box. Add a test for this and do not remove the overflow property after an animation in IE6. | ||||
| * | | | Tiny cleanup to remove some superfluous code that was left in from before I ↵ | Colin Snover | 2010-10-05 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | decided not to reset the display of inline elements after animation finishes (since this just causes it to jump back once complete). | ||||
| * | | | Update $.fn.animate to restore overflow-x and overflow-y separately. Fixes ↵ | Colin Snover | 2010-10-05 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | #7111. | ||||
| * | | | Update $.fn.animate to change display mode only when necessary (inline, ↵ | Colin Snover | 2010-10-05 | 6 | -52/+145 |
| | | | | | | | | | | | | | | | | non-floated elements), and to use a more proper display mode for those elements. Fixes #2185. | ||||
| * | | | Fix :visible does not work properly when display:none is set directly on an ↵ | Colin Snover | 2010-10-05 | 3 | -9/+30 |
| | | | | | | | | | | | | | | | | element in IE8. Fixes #4512. | ||||
* | | | | Name the try/catch arg to satisfy JSLint - thanks to @rwldrn in ↵ | jeresig | 2010-10-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | 873c28425fb64fdb48cfa09d17041bded39b301f for the catch. | ||||
* | | | | Added some more tests to make sure that replaceWith is working correctly. ↵ | jeresig | 2010-10-09 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | Follow-up to the comment on 2a6de9ab66653e5e424d9cc79d195b555158d04f. | ||||
* | | | | Make sure null/NaN values aren't set in .css(). Fixes #7116. | jeresig | 2010-10-09 | 2 | -2/+27 |
| | | | | |||||
* | | | | Prevent IE from throwing errors when setting RGBA values. Fixes #5509. | Colin Snover | 2010-10-09 | 2 | -2/+16 |
| |/ / |/| | | |||||
* | | | Fixes acceptData defining in the global scope. | rwldrn | 2010-10-05 | 1 | -1/+1 |
|/ / | |||||
* | | Tweak broken serialize tests from commit ↵ | John Resig | 2010-09-30 | 1 | -3/+3 |
| | | | | | | | | 879799fe955f01b85b59fd8a0096d415fc48df03. Thanks to @jaubourg for the catch. | ||||
* | | Make sure setting opacity does not clobber other inline filters. Fixes #7101. | Colin Snover | 2010-09-30 | 2 | -4/+7 |
|/ | |||||
* | Using data() on JavaScript objects sets fields directly on the object. Note ↵ | Dave Reed | 2010-09-29 | 4 | -61/+100 |
| | | | | that events are now a property of a function (to avoid JSON serialization - and only in the case of JavaScript objects, not DOM nodes). Fixes #6807. | ||||
* | Adjust fallback top/left to just be 0 for disconnected DOM nodes. Follow-up ↵ | John Resig | 2010-09-29 | 1 | -1/+1 |
| | | | | to cf672a2e7a886cac5ae62f6772c6b4b43b19a2fc, thanks to @jitter for the catch. | ||||
* | Fix number of expected select tests from commit ↵ | John Resig | 2010-09-29 | 1 | -1/+1 |
| | | | | 879799fe955f01b85b59fd8a0096d415fc48df03. Thanks to @jitter for the catch. | ||||
* | Fix mis-type in commit e3c4e5789743eecb3cbe2b626f3a5f09c616ee4b. Thanks to ↵ | John Resig | 2010-09-28 | 1 | -1/+1 |
| | | | | @jdalton for the catch. | ||||
* | Handle child selectors in particular - away from the selector engine. Fixes ↵ | John Resig | 2010-09-28 | 2 | -1/+9 |
| | | | | #7029. | ||||
* | Make sure we have a fallback when XMLHttpRequest is manually disabled. Fixes ↵ | John Resig | 2010-09-28 | 1 | -12/+24 |
| | | | | #6298. | ||||
* | Make sure that the contents of the element is still in place when ↵ | John Resig | 2010-09-28 | 2 | -4/+13 |
| | | | | html(Function) is called. Fixes #6733. | ||||
* | Tweak the logic for fixing event.which. Fixes #2338. | John Resig | 2010-09-28 | 1 | -2/+2 |
| | |||||
* | Make sure that mixed case alpha filters are handled correctly in IE. Fixes ↵ | John Resig | 2010-09-28 | 2 | -2/+2 |
| | | | | #5632. | ||||
* | Make setting .css(name, undefined) a no-op. Fixes #4388. | John Resig | 2010-09-28 | 2 | -1/+14 |
| | |||||
* | Make sure that ambiguous val() selection works correctly. | John Resig | 2010-09-28 | 4 | -10/+23 |
| | |||||
* | Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this ↵ | John Resig | 2010-09-28 | 2 | -2/+14 |
| | | | | before - but is now consistent across platforms). Fixes #6341. | ||||
* | Make sure that .offset() doesn't fail against disconnected DOM nodes. Fixes ↵ | John Resig | 2010-09-28 | 2 | -3/+18 |
| | | | | #4996. | ||||
* | Removing unique check on closest(Array) (it wasn't appropriate there and ↵ | jeresig | 2010-09-27 | 2 | -2/+9 |
| | | | | broke functionality elsewhere) - follow-up to commit 8c41325a081f4009aa94748b9b6045e50a78422e. Also added another test for closest(Array) after a discussion with @jitter in 26b0e913dda386b6b2848196689a02a2da6aa40d. | ||||
* | Merge branch 'closestbug-6700' of http://github.com/ajpiano/jquery into ↵ | jeresig | 2010-09-27 | 2 | -6/+14 |
|\ | | | | | | | ajpiano-closestbug-6700 | ||||
| * | .closest() should return a unique set of elements, not duplicates of the ↵ | adam j. sontag | 2010-06-21 | 2 | -6/+14 |
| | | | | | | | | same ancestor. Fixes #6700 |