aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Filtering elements only. Fixed #5920Robert Katic2010-01-261-1/+1
* Provided detailed message for JSON parse errors. Fixes #4435.Mike Alup2010-01-251-2/+5
* Make sure that checked state is cloned properly. Based upon the patch by Mich...Michael Monteleone2010-01-252-4/+22
* Make sure that special.add actually copies over event namespaces and data. Fi...jeresig2010-01-251-0/+2
* Make sure multiple bound events have their namespaces and data maintained. Fi...jeresig2010-01-251-3/+12
* Make sure that it's possible to preventDefault natively-triggered (submit, fo...jeresig2010-01-251-20/+32
* Update the license URL in the header.jeresig2010-01-251-1/+1
* Make sure original context is maintained and not the deep extended one. Fixes...John Resig2010-01-251-1/+1
* Objects with length properties weren't getting serialized properly by jQuery....John Resig2010-01-251-40/+41
* Use alternative technique for triggering an abort, preventing an exception fr...John Resig2010-01-241-5/+2
* Don't set the context in .load() as it stops the global ajax events from firi...John Resig2010-01-241-3/+4
* Make sure that XHTML-style HTML is purified in .html(). Fixes #5845.John Resig2010-01-241-1/+3
* Expose cleanData, make sure that all bound event handlers are properly cleane...jeresig2010-01-231-12/+11
* Added in .height(fn) and .width(fn) support. Fixes #5915.jeresig2010-01-231-0/+7
* Make empty strings (and other non-string values) simply return null from pars...jeresig2010-01-231-10/+9
* Expose the JSON parsing logic. Fixes #5914.jeresig2010-01-232-17/+23
* Centralize the logic for throwing exceptions. Fixes #5913.jeresig2010-01-233-3/+7
* Make sure that .die() with no args works. Fixes #5789.jeresig2010-01-231-3/+3
* Merge branch 'master' of github.com:jquery/jqueryjeresig2010-01-232-10/+10
|\
| * fixed offset(coordinates) returns null when no matching elements in jQuery ob...Karl Swedberg2010-01-241-8/+8
| * Made .show() and .hide() use .animate() only if speed argument is truthy or 0.Karl Swedberg2010-01-241-2/+2
* | Select (with a selected) fired change on first focus in IE. Fixes #5869.Matt Curry2010-01-231-4/+4
|/
* fixed jQuery.dir regression introduced with 1.4 *untils patch that errored wh...Ben Alman2010-01-241-1/+1
* 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-231-9/+24
* 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-231-0/+5
* 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-161-1/+1
* 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
* Removed extraneous thisObject references. Thanks to Matt Dunlap for the heads...John Resig2010-01-141-2/+1
* 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-131-1/+1
* 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-131-3/+9
* Fixed typo in logic, also disabled function setters in this case to allow th...jeresig2010-01-122-3/+3
* 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
* 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
* Make sure that Opera fires events after an aborted Ajax attempt. Fixes #5787.jeresig2010-01-121-1/+19
* browser version detection revised for opera >= 10, which was reporting itself...Paul Irish2010-01-121-2/+2
* fixed typo in commentsNeeraj Singh2010-01-121-1/+1
* 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-111-1/+8
* Final pass at fixing #5785. Need to make sure that inner-nodes are detached b...jeresig2010-01-111-1/+7