aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Select (with a selected) fired change on first focus in IE. Fixes #5869.Matt Curry2010-01-232-4/+9
* fixed jQuery.dir regression introduced with 1.4 *untils patch that errored wh...Ben Alman2010-01-242-2/+4
* Simplification of uaMatch, based upon the patch by Ben Alman.Ben Alman2010-01-231-17/+6
* Added support for multiple live event handlers, live hover, and live focus/bl...Irae Brasil2010-01-233-9/+80
* Make sure that live handlers don't stop inline scripts from executing. Fixes ...Irae Brasil2010-01-231-1/+1
* Make sure non-left-click events don't bubble. Fixes #3861.Irae Brasil2010-01-232-1/+13
* Updating the date in MIT-LICENSE.txt. Thanks @mathias for the heads-up.jeresig2010-01-211-1/+1
* Adding in the change recommended by Alexander Farkas to fix some bugs in the ...jeresig2010-01-181-2/+2
* Fix missing var declaration for the length iterator.jeresig2010-01-181-1/+1
* Make sure regular settings object is set as context for all Ajax requests, if...John Resig2010-01-162-14/+38
* Removed some dead code from buildFragment. Thanks to Sean Catchpole for the s...John Resig2010-01-151-2/+1
* Expose the proxy object on the object, for the benefit of plugin authors (Tha...John Resig2010-01-151-0/+2
* The inArray declaration was accidentally duplicated.John Resig2010-01-151-6/+0
* Merge branch 'master' of git@github.com:jquery/jqueryJohn Resig2010-01-141-5/+0
|\
| * wrapAll(Function) doesn't actually make sense. That's why I couldn't figure o...Yehuda Katz2010-01-141-5/+0
* | Removed extraneous thisObject references. Thanks to Matt Dunlap for the heads...John Resig2010-01-141-2/+1
|/
* Updating the source version to 1.4.1pre.jeresig2010-01-131-1/+1
* We only care that some of the html return value is escaped, not necessarily a...jeresig2010-01-131-8/+8
* Make sure no exception is thrown if no event handler is found (which is the c...jeresig2010-01-131-0/+6
* Make sure that null params aren't traversed. Fixes #5794.jeresig2010-01-132-3/+4
* Send data if a DELETE Ajax request is done. Fixes #5752.jeresig2010-01-131-1/+1
* Make sure that disconnected nodes aren't sorted/uniqued. Fixes #5791.jeresig2010-01-132-7/+18
* Fixed typo in logic, also disabled function setters in this case to allow th...jeresig2010-01-125-6/+12
* Make sure that the xhr object still exists after the abort is called.jeresig2010-01-121-1/+3
* Make sure that the focusin and focusout easy-bind methods are exposed.jeresig2010-01-121-1/+1
* Make sure oldAbort is only called if the xhr object still exists.jeresig2010-01-121-2/+1
* Updating the source version to 1.4.jeresig2010-01-121-1/+1
* Tagging the 1.4rc1 release.1.4rc1jeresig2010-01-121-1/+1
* Simplified some of the logic for handling the ajax aborts, making sure that a...jeresig2010-01-121-12/+9
* ajaxStop was getting called too many times, separated some of the logic into ...jeresig2010-01-121-4/+7
* Accidentally removed the init from the Makefile selector build.jeresig2010-01-121-1/+1
* Make sure that Opera fires events after an aborted Ajax attempt. Fixes #5787.jeresig2010-01-122-2/+20
* Bringing some selector tests back from Sizzle.jeresig2010-01-111-1/+3
* Merge branch 'master' of github.com:jquery/jqueryjeresig2010-01-112-4/+21
|\
| * browser version detection revised for opera >= 10, which was reporting itself...Paul Irish2010-01-121-2/+2
| * adding extra useragents from trac tickets. correcting opera versionPaul Irish2010-01-121-1/+18
| * fixed typo in commentsNeeraj Singh2010-01-121-1/+1
* | Some more touching up of the replaceWith tests.jeresig2010-01-111-4/+12
|/
* Did some reorganizing of the recently added replaceWith tests.jeresig2010-01-111-3/+2
* Make sure we do the malformed JSON check for all both JSON.parse and new Func...jeresig2010-01-111-6/+9
* Make sure that wrapInner works on elements that have no contents. Fixes #3552.jeresig2010-01-112-2/+14
* Final pass at fixing #5785. Need to make sure that inner-nodes are detached b...jeresig2010-01-112-4/+20
* Made some additional tests for #5785.jeresig2010-01-111-1/+5
* Make sure we use detach instead of remove in replaceWith. Fixes #5785.jeresig2010-01-112-2/+11
* Revert "Adding in backwards-compatiblity support for jQuery().bind/unbind/tri...jeresig2010-01-112-31/+5
* Make sure that submit event is still bound for regular form submit events. Th...jeresig2010-01-111-0/+3
* Merge branch 'setterargs'jeresig2010-01-078-263/+653
|\
| * Re-ordering the args to setOffset() in case people were relying upon the old ...jeresig2010-01-071-3/+3
| * Added in support for .offset(Function).jeresig2010-01-072-26/+38
| * Add .css(Function) incoming value tests.jeresig2010-01-071-0/+60