aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix some gaps in the handling of event data properties. Thanks to @jitter in ↵John Resig2010-10-121-1/+1
| | | | | | | | ff6ceadbfd470463e63708413eb5a55bd7e90c69 for the catches.
* | Forgot to remove the child selector in the previous commit.John Resig2010-10-121-1/+0
| |
* | The child selector-prefix branch doesn't work with selectors that have a ↵John Resig2010-10-121-5/+0
| | | | | | | | larger depth. Removing for now - will need to re-evaluate in the future.
* | Make sure that .find() with multiple direct child selectors is handled ↵John Resig2010-10-121-2/+2
|/ | | | correctly. Fixes #7144.
* Use a key name less likely to result in collisions for events on plain JS ↵Colin Snover2010-10-111-7/+11
| | | | objects. Fixes bug #7150.
* The world isn't ready for moving the Ajax methods to jQuery.ajax.*. Hope to ↵John Resig2010-10-111-28/+27
| | | | move them there some day. Fixes #7146.
* Handle some edge cases with binding events to the window object (which is ↵John Resig2010-10-111-2/+2
| | | | also a plain object - causing some confusion). Fixes #7143.
* Merge branch 'animateHooks' of http://github.com/lrbabe/jquery into ↵John Resig2010-10-111-2/+2
|\ | | | | | | lrbabe-animateHooks
| * Make $.fn.animate compatible with jQuery.cssHookslrbabe2010-10-111-2/+2
| |
* | Merge branch 'bug7141' of http://github.com/csnover/jquery into csnover-bug7141John Resig2010-10-111-3/+4
|\ \
| * | Fix olddisplay was inappropriately set when calling hide on an already ↵Colin Snover2010-10-111-3/+4
| |/ | | | | | | hidden element. Fixes #7141.
* / Fixed getting styles from disconnected nodes. Fixes #7148.Scott González2010-10-111-0/+3
|/
* Make sure closest works on disconnected DOM nodes. Fixes #7142.John Resig2010-10-111-1/+1
|
* Return the zeroed-out bounding box instead of passing it on.jeresig2010-10-101-1/+1
|
* Make sure that the unload event doesn't leak in IE - use jQuery's binding ↵jeresig2010-10-101-1/+1
| | | | mechanism to make that happen.
* Tweaking some formatting of the closest changes.jeresig2010-10-101-8/+5
|
* Switch back to using Sizzle.matchesSelector.jeresig2010-10-101-6/+7
|
* Use the new Sizzle matches functionality.jeresig2010-10-101-1/+1
|
* Fix formatting and switch to using the new matchesSelector method in Sizzle.jeresig2010-10-101-13/+14
|
* Should improve performance of closest considerably. Benchmark proof in ↵wycats2010-10-091-11/+19
| | | | speed/closest.html
* Change event did not fire in IE when an explicit .focus() was used. Fixes #6374.jeresig2010-10-091-1/+4
|
* Fix the case where live change was breaking if a live click was bound ahead ↵jeresig2010-10-091-0/+1
| | | | of time. Very similar to #6359. Fixes #6505.
* Merge branch 'master' of http://github.com/petersendidit/jquery into ↵John Resig2010-10-091-0/+2
|\ | | | | | | petersendidit-master
| * Merge branch 'master' of git://github.com/jquery/jqueryDavid Petersen2010-10-072-2/+2
| |\
| * | Set event.LiveFired to undefined in specialSubmit handler so that click ↵David Petersen2010-09-301-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-bug7123John Resig2010-10-091-0/+4
|\ \ \
| * | | Coerce all array values to strings before comparison in val(). Fixes bug #7123.Colin Snover2010-10-081-0/+4
| | |/ | |/|
* | | Merge branch 'bug7018' of http://github.com/csnover/jquery into csnover-bug7018John Resig2010-10-091-2/+4
|\ \ \
| * | | Fix bug #7018.Colin Snover2010-10-061-2/+4
| |/ /
* | | Merge branch 'animate-nonblock' of http://github.com/csnover/jquery into ↵John Resig2010-10-093-83/+137
|\ \ \ | | | | | | | | | | | | csnover-animate-nonblock
| * | | Fixed code convention issues. Reduced size of overflow reset code. Fixed ↵Colin Snover2010-10-082-34/+36
| | | | | | | | | | | | | | | | broken show() test cases.
| * | | Update $.fn.animate to only keep overflow set to hidden after an animation ↵Colin Snover2010-10-051-2/+2
| | | | | | | | | | | | | | | | 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 Snover2010-10-052-34/+56
| | | | | | | | | | | | | | | | 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 Snover2010-10-051-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 Snover2010-10-051-2/+7
| | | | | | | | | | | | | | | | #7111.
| * | | Update $.fn.animate to change display mode only when necessary (inline, ↵Colin Snover2010-10-052-48/+66
| | | | | | | | | | | | | | | | 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 Snover2010-10-052-9/+17
| | | | | | | | | | | | | | | | element in IE8. Fixes #4512.
* | | | Name the try/catch arg to satisfy JSLint - thanks to @rwldrn in ↵jeresig2010-10-091-2/+2
| | | | | | | | | | | | | | | | 873c28425fb64fdb48cfa09d17041bded39b301f for the catch.
* | | | Make sure null/NaN values aren't set in .css(). Fixes #7116.jeresig2010-10-091-1/+6
| | | |
* | | | Prevent IE from throwing errors when setting RGBA values. Fixes #5509.Colin Snover2010-10-091-1/+5
| |/ / |/| |
* | | Fixes acceptData defining in the global scope.rwldrn2010-10-051-1/+1
|/ /
* / Make sure setting opacity does not clobber other inline filters. Fixes #7101.Colin Snover2010-09-301-1/+1
|/
* Using data() on JavaScript objects sets fields directly on the object. Note ↵Dave Reed2010-09-292-33/+60
| | | | 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 Resig2010-09-291-1/+1
| | | | to cf672a2e7a886cac5ae62f6772c6b4b43b19a2fc, thanks to @jitter for the catch.
* Fix mis-type in commit e3c4e5789743eecb3cbe2b626f3a5f09c616ee4b. Thanks to ↵John Resig2010-09-281-1/+1
| | | | @jdalton for the catch.
* Handle child selectors in particular - away from the selector engine. Fixes ↵John Resig2010-09-281-0/+6
| | | | #7029.
* Make sure we have a fallback when XMLHttpRequest is manually disabled. Fixes ↵John Resig2010-09-281-12/+24
| | | | #6298.
* Make sure that the contents of the element is still in place when ↵John Resig2010-09-281-4/+2
| | | | html(Function) is called. Fixes #6733.
* Tweak the logic for fixing event.which. Fixes #2338.John Resig2010-09-281-2/+2
|
* Make sure that mixed case alpha filters are handled correctly in IE. Fixes ↵John Resig2010-09-281-1/+1
| | | | #5632.