| 2010-01-26 | jeresig | Make work wrapInner(fn) work consistently. Fixes #5799. | commit | commitdiff | tree | snapshot | 
| 2010-01-25 | Robert Katic | Filtering elements only. Fixed #5920 | commit | commitdiff | tree | snapshot | 
| 2010-01-25 | Mike Alup | Provided detailed message for JSON parse errors. Fixes... | commit | commitdiff | tree | snapshot | 
| 2010-01-25 | Michael Monteleone | Make sure that checked state is cloned properly. Based... | commit | commitdiff | tree | snapshot | 
| 2010-01-25 | jeresig | Make sure that special.add actually copies over event... | commit | commitdiff | tree | snapshot | 
| 2010-01-25 | jeresig | Make sure multiple bound events have their namespaces... | commit | commitdiff | tree | snapshot | 
| 2010-01-25 | jeresig | Cleaned up divs that should've been removed after a... | commit | commitdiff | tree | snapshot | 
| 2010-01-25 | jeresig | Make sure that it's possible to preventDefault natively... | commit | commitdiff | tree | snapshot | 
| 2010-01-25 | jeresig | Update the license URL in the header. | commit | commitdiff | tree | snapshot | 
| 2010-01-25 | John Resig | Make sure original context is maintained and not the... | commit | commitdiff | tree | snapshot | 
| 2010-01-25 | John Resig | Objects with length properties weren't getting serializ... | commit | commitdiff | tree | snapshot | 
| 2010-01-25 | John Resig | Use alternative technique for triggering an abort,... | commit | commitdiff | tree | snapshot | 
| 2010-01-25 | John Resig | Don't set the context in .load() as it stops the global... | commit | commitdiff | tree | snapshot | 
| 2010-01-25 | John Resig | Make sure that XHTML-style HTML is purified in .html... | commit | commitdiff | tree | snapshot | 
| 2010-01-24 | jeresig | Expose cleanData, make sure that all bound event handle... | commit | commitdiff | tree | snapshot | 
| 2010-01-24 | jeresig | Added in .height(fn) and .width(fn) support. Fixes... | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | jeresig | Make empty strings (and other non-string values) simply... | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | jeresig | Moved add() tests from core to traversing. | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | jeresig | Expose the JSON parsing logic. Fixes #5914. | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | jeresig | Centralize the logic for throwing exceptions. Fixes... | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | jeresig | Make sure that .die() with no args works. Fixes #5789. | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | jeresig | Merge branch 'master' of github.com:jquery/jquery | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | Matt Curry | Select (with a selected) fired change on first focus... | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | Karl Swedberg | fixed offset(coordinates) returns null when no matching... | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | Karl Swedberg | added tests for show/hide with falsy, non-zero values | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | Karl Swedberg | Made .show() and .hide() use .animate() only if speed... | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | Ben Alman | fixed jQuery.dir regression introduced with 1.4 *untils... | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | Ben Alman | Simplification of uaMatch, based upon the patch by... | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | Irae Brasil | Added support for multiple live event handlers, live... | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | Irae Brasil | Make sure that live handlers don't stop inline scripts... | commit | commitdiff | tree | snapshot | 
| 2010-01-23 | Irae Brasil | Make sure non-left-click events don't bubble. Fixes... | commit | commitdiff | tree | snapshot | 
| 2010-01-21 | jeresig | Updating the date in MIT-LICENSE.txt. Thanks @mathias... | commit | commitdiff | tree | snapshot | 
| 2010-01-18 | jeresig | Adding in the change recommended by Alexander Farkas... | commit | commitdiff | tree | snapshot | 
| 2010-01-18 | jeresig | Fix missing var declaration for the length iterator. | commit | commitdiff | tree | snapshot | 
| 2010-01-16 | John Resig | Make sure regular settings object is set as context... | commit | commitdiff | tree | snapshot | 
| 2010-01-15 | John Resig | Removed some dead code from buildFragment. Thanks to... | commit | commitdiff | tree | snapshot | 
| 2010-01-15 | John Resig | Expose the proxy object on the object, for the benefit... | commit | commitdiff | tree | snapshot | 
| 2010-01-15 | John Resig | The inArray declaration was accidentally duplicated. | commit | commitdiff | tree | snapshot | 
| 2010-01-14 | John Resig | Merge branch 'master' of git@github.com:jquery/jquery | commit | commitdiff | tree | snapshot | 
| 2010-01-14 | John Resig | Removed extraneous thisObject references. Thanks to... | commit | commitdiff | tree | snapshot | 
| 2010-01-14 | Yehuda Katz | wrapAll(Function) doesn't actually make sense. That... | commit | commitdiff | tree | snapshot | 
| 2010-01-13 | jeresig | Updating the source version to 1.4.1pre. | commit | commitdiff | tree | snapshot | 
| 2010-01-13 | jeresig | We only care that some of the html return value is... | commit | commitdiff | tree | snapshot | 
| 2010-01-13 | jeresig | Make sure no exception is thrown if no event handler... | commit | commitdiff | tree | snapshot | 
| 2010-01-13 | jeresig | Make sure that null params aren't traversed. Fixes... | commit | commitdiff | tree | snapshot | 
| 2010-01-13 | jeresig | Send data if a DELETE Ajax request is done. Fixes ... | commit | commitdiff | tree | snapshot | 
| 2010-01-13 | jeresig | Make sure that disconnected nodes aren't sorted/uniqued... | commit | commitdiff | tree | snapshot | 
| 2010-01-13 | jeresig | Fixed typo in  logic, also disabled function setters... | commit | commitdiff | tree | snapshot | 
| 2010-01-13 | jeresig | Make sure that the xhr object still exists after the... | commit | commitdiff | tree | snapshot | 
| 2010-01-12 | jeresig | Make sure that the focusin and focusout easy-bind metho... | commit | commitdiff | tree | snapshot | 
| 2010-01-12 | jeresig | Make sure oldAbort is only called if the xhr object... | commit | commitdiff | tree | snapshot | 
| 2010-01-12 | jeresig | Updating the source version to 1.4. | commit | commitdiff | tree | snapshot | 
| 2010-01-12 | jeresig | Tagging the 1.4rc1 release. | commit | commitdiff | tree | snapshot | 
| 2010-01-12 | jeresig | Simplified some of the logic for handling the ajax... | commit | commitdiff | tree | snapshot | 
| 2010-01-12 | jeresig | ajaxStop was getting called too many times, separated... | commit | commitdiff | tree | snapshot | 
| 2010-01-12 | jeresig | Accidentally removed the init from the Makefile selecto... | commit | commitdiff | tree | snapshot | 
| 2010-01-12 | jeresig | Make sure that Opera fires events after an aborted... | commit | commitdiff | tree | snapshot | 
| 2010-01-12 | jeresig | Bringing some selector tests back from Sizzle. | commit | commitdiff | tree | snapshot | 
| 2010-01-12 | jeresig | Merge branch 'master' of github.com:jquery/jquery | commit | commitdiff | tree | snapshot | 
| 2010-01-12 | jeresig | Some more touching up of the replaceWith tests. | commit | commitdiff | tree | snapshot | 
| 2010-01-12 | Paul Irish | browser version detection revised for opera >= 10,... | commit | commitdiff | tree | snapshot | 
| 2010-01-12 | Paul Irish | adding extra useragents from trac tickets. correcting... | commit | commitdiff | tree | snapshot | 
| 2010-01-12 | Neeraj Singh | fixed typo in comments | commit | commitdiff | tree | snapshot | 
| 2010-01-11 | jeresig | Did some reorganizing of the recently added replaceWith... | commit | commitdiff | tree | snapshot | 
| 2010-01-11 | jeresig | Make sure we do the malformed JSON check for all both... | commit | commitdiff | tree | snapshot | 
| 2010-01-11 | jeresig | Make sure that wrapInner works on elements that have... | commit | commitdiff | tree | snapshot | 
| 2010-01-11 | jeresig | Final pass at fixing #5785. Need to make sure that... | commit | commitdiff | tree | snapshot | 
| 2010-01-11 | jeresig | Made some additional tests for #5785. | commit | commitdiff | tree | snapshot | 
| 2010-01-11 | jeresig | Make sure we use detach instead of remove in replaceWit... | commit | commitdiff | tree | snapshot | 
| 2010-01-11 | jeresig | Revert "Adding in backwards-compatiblity support for... | commit | commitdiff | tree | snapshot | 
| 2010-01-11 | jeresig | Make sure that submit event is still bound for regular... | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Merge branch 'setterargs' | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Re-ordering the args to setOffset() in case people... | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Added in support for .offset(Function). | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Add .css(Function) incoming value tests. | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | No need for the try/finally logic in the css tests... | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Added manipulation tests for setter function args. | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Make sure that .html(Function) gets the correct previou... | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Make sure the exception has some level of parity with... | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Make sure that a parsererror is thrown whenever malform... | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Back out the try/catch logic from around JSON.parse... | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Added some .text(Function) tests. | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Added tests for attribute function setters. | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Removed .removeAttr(Function), it didn't really make... | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Make sure the state is passed in to the toggleClass... | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | There's enough logic going on in jQuery.ajaxSettings... | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Moved the val() tests from manipulation into attributes. | commit | commitdiff | tree | snapshot | 
| 2010-01-07 | jeresig | Fixed some bugs relating to the setter arg change in... | commit | commitdiff | tree | snapshot | 
| 2010-01-06 | jeresig | Fixing some bugs in the re-tooling of toggleClass,... | commit | commitdiff | tree | snapshot | 
| 2010-01-06 | jeresig | A first pass at making sure that all the setter functio... | commit | commitdiff | tree | snapshot | 
| 2010-01-06 | jeresig | Add some abort() Ajax tests. Verifies that #3984 works. | commit | commitdiff | tree | snapshot | 
| 2010-01-06 | jeresig | Merge branch 'master' of github.com:jquery/jquery | commit | commitdiff | tree | snapshot | 
| 2010-01-06 | jeresig | Adding in backwards-compatiblity support for jQuery... | commit | commitdiff | tree | snapshot | 
| 2010-01-06 | Filipe Fortes | Make sure to do a deep copy on arrays. #5750 | commit | commitdiff | tree | snapshot | 
| 2010-01-06 | jeresig | Added in support for content-type sniffing for scripts... | commit | commitdiff | tree | snapshot | 
| 2010-01-06 | Rick Waldron | Detect JSON Ajax requests by the response content-type... | commit | commitdiff | tree | snapshot | 
| 2010-01-06 | jeresig | Merging in jQuery.proxy() branch. | commit | commitdiff | tree | snapshot | 
| 2010-01-06 | jeresig | Added in a holdover jQuery.event.guid for back-compat... | commit | commitdiff | tree | snapshot | 
| 2010-01-06 | jeresig | Merge branch 'useragent' | commit | commitdiff | tree | snapshot | 
| 2010-01-05 | jeresig | Try to use the native JSON parser in all cases and... | commit | commitdiff | tree | snapshot | 
| next |