aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* The world isn't ready for moving the Ajax methods to jQuery.ajax.*. Hope to m...John Resig2010-10-111-28/+27
* Handle some edge cases with binding events to the window object (which is als...John Resig2010-10-112-3/+7
* Add some resize event tests.John Resig2010-10-111-0/+8
* Added some more tests relating to attaching data to a window.John Resig2010-10-111-2/+11
* Merge branch 'animateHooks' of http://github.com/lrbabe/jquery into lrbabe-an...John Resig2010-10-111-2/+2
|\
| * 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-112-3/+34
|\ \
| * | Fix olddisplay was inappropriately set when calling hide on an already hidden...Colin Snover2010-10-112-3/+34
| |/
* / Fixed getting styles from disconnected nodes. Fixes #7148.Scott González2010-10-112-1/+6
|/
* Removed trailing \x0A from version.txt which caused a problem with the build ...Ryan W Tenney2010-10-111-1/+1
* Make sure closest works on disconnected DOM nodes. Fixes #7142.John Resig2010-10-112-3/+5
* Fix broken min file header generation.jeresig2010-10-101-2/+4
* Updating the source version to 1.4.3.jeresig2010-10-101-1/+1
* Tagging the 1.4.3rc1 release.1.4.3rc1jeresig2010-10-101-1/+1
* Return the zeroed-out bounding box instead of passing it on.jeresig2010-10-101-1/+1
* Disable 304/Not Modified Ajax tests in Opera due to lack of suitable workarou...jeresig2010-10-101-5/+22
* Make sure that the unload event doesn't leak in IE - use jQuery's binding mec...jeresig2010-10-101-1/+1
* Adding some rooted-find perf tests.jeresig2010-10-101-0/+179
* Tweaking some formatting of the closest changes.jeresig2010-10-101-8/+5
* Switch back to using Sizzle.matchesSelector.jeresig2010-10-102-8/+9
* Use the new Sizzle matches functionality.jeresig2010-10-101-1/+1
* Also test for single element filtering.jeresig2010-10-101-3/+8
* Adding a basic filter perf test suite.jeresig2010-10-101-0/+178
* Make some more tweaks to the closest perf test suite.jeresig2010-10-101-6/+8
* Fix formatting and switch to using the new matchesSelector method in Sizzle.jeresig2010-10-101-13/+14
* Some improvements to the closest perf tests - works in all browsers now.jeresig2010-10-101-5/+7
* Should improve performance of closest considerably. Benchmark proof in speed/...wycats2010-10-093-13/+62
* 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 o...jeresig2010-10-091-0/+1
* Merge branch 'master' of http://github.com/petersendidit/jquery into petersen...John Resig2010-10-091-0/+2
|\
| * Merge branch 'master' of git://github.com/jquery/jqueryDavid Petersen2010-10-074-8/+11
| |\
| * | Set event.LiveFired to undefined in specialSubmit handler so that click event...David Petersen2010-09-301-0/+2
* | | Merge branch 'bug7123' of http://github.com/csnover/jquery into csnover-bug7123John Resig2010-10-092-1/+17
|\ \ \
| * | | Coerce all array values to strings before comparison in val(). Fixes bug #7123.Colin Snover2010-10-082-1/+17
| | |/ | |/|
* | | 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 csno...John Resig2010-10-097-166/+342
|\ \ \
| * | | Fixed code convention issues. Reduced size of overflow reset code. Fixed brok...Colin Snover2010-10-083-43/+44
| * | | Update $.fn.animate to only keep overflow set to hidden after an animation in...Colin Snover2010-10-052-20/+16
| * | | IE6 will shrink-wrap elements with layout instead of allowing content to flow...Colin Snover2010-10-054-101/+162
| * | | Tiny cleanup to remove some superfluous code that was left in from before I d...Colin Snover2010-10-051-4/+3
| * | | Update $.fn.animate to restore overflow-x and overflow-y separately. Fixes #7...Colin Snover2010-10-051-2/+7
| * | | Update $.fn.animate to change display mode only when necessary (inline, non-f...Colin Snover2010-10-056-52/+145
| * | | Fix :visible does not work properly when display:none is set directly on an e...Colin Snover2010-10-053-9/+30
* | | | Name the try/catch arg to satisfy JSLint - thanks to @rwldrn in 873c28425fb64...jeresig2010-10-091-2/+2
* | | | Added some more tests to make sure that replaceWith is working correctly. Fol...jeresig2010-10-091-2/+13
* | | | Make sure null/NaN values aren't set in .css(). Fixes #7116.jeresig2010-10-092-2/+27
* | | | Prevent IE from throwing errors when setting RGBA values. Fixes #5509.Colin Snover2010-10-092-2/+16
| |/ / |/| |
* | | Fixes acceptData defining in the global scope.rwldrn2010-10-051-1/+1
|/ /
* | Tweak broken serialize tests from commit 879799fe955f01b85b59fd8a0096d415fc48...John Resig2010-09-301-3/+3