| Commit message (Expand) | Author | Age | Files | Lines |
* | Include distribution in release tag1.4.1 | Timmy Willison | 2010-01-25 | 2 | -0/+6086 |
* | Tagging the 1.4.1 release. | jeresig | 2010-01-25 | 1 | -1/+1 |
* | Make sure that the correct context is being passed in for replaceWith(fn). Fi... | jeresig | 2010-01-25 | 2 | -0/+16 |
* | Make work wrapInner(fn) work consistently. Fixes #5799. | jeresig | 2010-01-25 | 2 | -8/+20 |
* | Filtering elements only. Fixed #5920 | Robert Katic | 2010-01-26 | 1 | -1/+1 |
* | Provided detailed message for JSON parse errors. Fixes #4435. | Mike Alup | 2010-01-25 | 2 | -4/+8 |
* | Make sure that checked state is cloned properly. Based upon the patch by Mich... | Michael Monteleone | 2010-01-25 | 3 | -5/+41 |
* | Make sure that special.add actually copies over event namespaces and data. Fi... | jeresig | 2010-01-25 | 2 | -0/+43 |
* | Make sure multiple bound events have their namespaces and data maintained. Fi... | jeresig | 2010-01-25 | 2 | -3/+46 |
* | Cleaned up divs that should've been removed after a test run. | jeresig | 2010-01-25 | 1 | -1/+7 |
* | Make sure that it's possible to preventDefault natively-triggered (submit, fo... | jeresig | 2010-01-25 | 2 | -21/+61 |
* | Update the license URL in the header. | jeresig | 2010-01-25 | 1 | -1/+1 |
* | Make sure original context is maintained and not the deep extended one. Fixes... | John Resig | 2010-01-25 | 2 | -1/+22 |
* | Objects with length properties weren't getting serialized properly by jQuery.... | John Resig | 2010-01-25 | 2 | -40/+54 |
* | Use alternative technique for triggering an abort, preventing an exception fr... | John Resig | 2010-01-24 | 1 | -5/+2 |
* | Don't set the context in .load() as it stops the global ajax events from firi... | John Resig | 2010-01-24 | 2 | -3/+28 |
* | Make sure that XHTML-style HTML is purified in .html(). Fixes #5845. | John Resig | 2010-01-24 | 2 | -3/+10 |
* | Expose cleanData, make sure that all bound event handlers are properly cleane... | jeresig | 2010-01-23 | 2 | -12/+81 |
* | Added in .height(fn) and .width(fn) support. Fixes #5915. | jeresig | 2010-01-23 | 2 | -22/+63 |
* | Make empty strings (and other non-string values) simply return null from pars... | jeresig | 2010-01-23 | 2 | -10/+34 |
* | Moved add() tests from core to traversing. | jeresig | 2010-01-23 | 2 | -55/+55 |
* | Expose the JSON parsing logic. Fixes #5914. | jeresig | 2010-01-23 | 2 | -17/+23 |
* | Centralize the logic for throwing exceptions. Fixes #5913. | jeresig | 2010-01-23 | 3 | -3/+7 |
* | Make sure that .die() with no args works. Fixes #5789. | jeresig | 2010-01-23 | 2 | -4/+19 |
* | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-01-23 | 4 | -15/+40 |
|\ |
|
| * | fixed offset(coordinates) returns null when no matching elements in jQuery ob... | Karl Swedberg | 2010-01-24 | 3 | -10/+16 |
| * | added tests for show/hide with falsy, non-zero values | Karl Swedberg | 2010-01-24 | 1 | -5/+24 |
| * | Made .show() and .hide() use .animate() only if speed argument is truthy or 0. | Karl Swedberg | 2010-01-24 | 1 | -2/+2 |
* | | Select (with a selected) fired change on first focus in IE. Fixes #5869. | Matt Curry | 2010-01-23 | 2 | -4/+9 |
|/ |
|
* | fixed jQuery.dir regression introduced with 1.4 *untils patch that errored wh... | Ben Alman | 2010-01-24 | 2 | -2/+4 |
* | 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 | 3 | -9/+80 |
* | 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 | 2 | -1/+13 |
* | Updating the date in MIT-LICENSE.txt. Thanks @mathias for the heads-up. | jeresig | 2010-01-21 | 1 | -1/+1 |
* | 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 | 2 | -14/+38 |
* | 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 |
* | Merge branch 'master' of git@github.com:jquery/jquery | John Resig | 2010-01-14 | 1 | -5/+0 |
|\ |
|
| * | wrapAll(Function) doesn't actually make sense. That's why I couldn't figure o... | Yehuda Katz | 2010-01-14 | 1 | -5/+0 |
* | | Removed extraneous thisObject references. Thanks to Matt Dunlap for the heads... | John Resig | 2010-01-14 | 1 | -2/+1 |
|/ |
|
* | Updating the source version to 1.4.1pre. | jeresig | 2010-01-13 | 1 | -1/+1 |
* | We only care that some of the html return value is escaped, not necessarily a... | jeresig | 2010-01-13 | 1 | -8/+8 |
* | 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 | 2 | -3/+4 |
* | 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 | 2 | -7/+18 |