| Commit message (Expand) | Author | Age | Files | Lines |
* | Select (with a selected) fired change on first focus in IE. Fixes #5869. | Matt Curry | 2010-01-23 | 1 | -4/+4 |
* | fixed jQuery.dir regression introduced with 1.4 *untils patch that errored wh... | Ben Alman | 2010-01-24 | 1 | -1/+1 |
* | Simplification of uaMatch, based upon the patch by Ben Alman. | Ben Alman | 2010-01-23 | 1 | -17/+6 |
* | Added support for multiple live event handlers, live hover, and live focus/bl... | Irae Brasil | 2010-01-23 | 1 | -9/+24 |
* | Make sure that live handlers don't stop inline scripts from executing. Fixes ... | Irae Brasil | 2010-01-23 | 1 | -1/+1 |
* | Make sure non-left-click events don't bubble. Fixes #3861. | Irae Brasil | 2010-01-23 | 1 | -0/+5 |
* | Adding in the change recommended by Alexander Farkas to fix some bugs in the ... | jeresig | 2010-01-18 | 1 | -2/+2 |
* | Fix missing var declaration for the length iterator. | jeresig | 2010-01-18 | 1 | -1/+1 |
* | Make sure regular settings object is set as context for all Ajax requests, if... | John Resig | 2010-01-16 | 1 | -1/+1 |
* | Removed some dead code from buildFragment. Thanks to Sean Catchpole for the s... | John Resig | 2010-01-15 | 1 | -2/+1 |
* | Expose the proxy object on the object, for the benefit of plugin authors (Tha... | John Resig | 2010-01-15 | 1 | -0/+2 |
* | The inArray declaration was accidentally duplicated. | John Resig | 2010-01-15 | 1 | -6/+0 |
* | Removed extraneous thisObject references. Thanks to Matt Dunlap for the heads... | John Resig | 2010-01-14 | 1 | -2/+1 |
* | Make sure no exception is thrown if no event handler is found (which is the c... | jeresig | 2010-01-13 | 1 | -0/+6 |
* | Make sure that null params aren't traversed. Fixes #5794. | jeresig | 2010-01-13 | 1 | -1/+1 |
* | Send data if a DELETE Ajax request is done. Fixes #5752. | jeresig | 2010-01-13 | 1 | -1/+1 |
* | Make sure that disconnected nodes aren't sorted/uniqued. Fixes #5791. | jeresig | 2010-01-13 | 1 | -3/+9 |
* | Fixed typo in logic, also disabled function setters in this case to allow th... | jeresig | 2010-01-12 | 2 | -3/+3 |
* | Make sure that the xhr object still exists after the abort is called. | jeresig | 2010-01-12 | 1 | -1/+3 |
* | Make sure that the focusin and focusout easy-bind methods are exposed. | jeresig | 2010-01-12 | 1 | -1/+1 |
* | Make sure oldAbort is only called if the xhr object still exists. | jeresig | 2010-01-12 | 1 | -2/+1 |
* | Simplified some of the logic for handling the ajax aborts, making sure that a... | jeresig | 2010-01-12 | 1 | -12/+9 |
* | ajaxStop was getting called too many times, separated some of the logic into ... | jeresig | 2010-01-12 | 1 | -4/+7 |
* | Make sure that Opera fires events after an aborted Ajax attempt. Fixes #5787. | jeresig | 2010-01-12 | 1 | -1/+19 |
* | browser version detection revised for opera >= 10, which was reporting itself... | Paul Irish | 2010-01-12 | 1 | -2/+2 |
* | fixed typo in comments | Neeraj Singh | 2010-01-12 | 1 | -1/+1 |
* | Make sure we do the malformed JSON check for all both JSON.parse and new Func... | jeresig | 2010-01-11 | 1 | -6/+9 |
* | Make sure that wrapInner works on elements that have no contents. Fixes #3552. | jeresig | 2010-01-11 | 1 | -1/+8 |
* | Final pass at fixing #5785. Need to make sure that inner-nodes are detached b... | jeresig | 2010-01-11 | 1 | -1/+7 |
* | Make sure we use detach instead of remove in replaceWith. Fixes #5785. | jeresig | 2010-01-11 | 1 | -1/+1 |
* | Revert "Adding in backwards-compatiblity support for jQuery().bind/unbind/tri... | jeresig | 2010-01-11 | 1 | -18/+5 |
* | Make sure that submit event is still bound for regular form submit events. Th... | jeresig | 2010-01-11 | 1 | -0/+3 |
* | Merge branch 'setterargs' | jeresig | 2010-01-07 | 4 | -83/+97 |
|\ |
|
| * | Re-ordering the args to setOffset() in case people were relying upon the old ... | jeresig | 2010-01-07 | 1 | -3/+3 |
| * | Added in support for .offset(Function). | jeresig | 2010-01-07 | 1 | -10/+15 |
| * | Make sure that .html(Function) gets the correct previous value. | jeresig | 2010-01-07 | 1 | -0/+8 |
| * | Removed .removeAttr(Function), it didn't really make sense. | jeresig | 2010-01-07 | 1 | -8/+1 |
| * | Make sure the state is passed in to the toggleClass attribute function. | jeresig | 2010-01-07 | 1 | -1/+1 |
| * | Fixed some bugs relating to the setter arg change in val and html. Also optim... | jeresig | 2010-01-07 | 2 | -18/+13 |
| * | Fixing some bugs in the re-tooling of toggleClass, adding in some performance... | jeresig | 2010-01-06 | 1 | -10/+11 |
| * | A first pass at making sure that all the setter function arguments receive th... | jeresig | 2010-01-06 | 3 | -60/+72 |
* | | Make sure the exception has some level of parity with the error from json2.js. | jeresig | 2010-01-07 | 1 | -1/+1 |
* | | Make sure that a parsererror is thrown whenever malformed JSON comes back fro... | jeresig | 2010-01-07 | 1 | -6/+12 |
* | | Back out the try/catch logic from around JSON.parse. We should always try to ... | jeresig | 2010-01-07 | 1 | -3/+3 |
* | | There's enough logic going on in jQuery.ajaxSettings.xhr to warrant splitting... | jeresig | 2010-01-07 | 1 | -6/+5 |
|/ |
|
* | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-01-06 | 1 | -4/+4 |
|\ |
|
| * | Make sure to do a deep copy on arrays. #5750 | Filipe Fortes | 2010-01-07 | 1 | -4/+4 |
* | | Adding in backwards-compatiblity support for jQuery().bind/unbind/trigger - a... | jeresig | 2010-01-06 | 1 | -5/+18 |
|/ |
|
* | Added in support for content-type sniffing for scripts. Fixes #5718. | jeresig | 2010-01-06 | 1 | -6/+4 |
* | Detect JSON Ajax requests by the response content-type (like is done with XML... | Rick Waldron | 2010-01-05 | 1 | -1/+2 |