| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that the correct context is being passed in for replaceWith(fn). Fi... | jeresig | 2010-01-25 | 1 | -0/+10 |
* | Make work wrapInner(fn) work consistently. Fixes #5799. | jeresig | 2010-01-25 | 1 | -8/+14 |
* | Provided detailed message for JSON parse errors. Fixes #4435. | Mike Alup | 2010-01-25 | 1 | -2/+3 |
* | Make sure that checked state is cloned properly. Based upon the patch by Mich... | Michael Monteleone | 2010-01-25 | 1 | -1/+19 |
* | Make sure that special.add actually copies over event namespaces and data. Fi... | jeresig | 2010-01-25 | 1 | -0/+41 |
* | Make sure multiple bound events have their namespaces and data maintained. Fi... | jeresig | 2010-01-25 | 1 | -0/+34 |
* | 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 | 1 | -1/+29 |
* | Make sure original context is maintained and not the deep extended one. Fixes... | John Resig | 2010-01-25 | 1 | -0/+21 |
* | Objects with length properties weren't getting serialized properly by jQuery.... | John Resig | 2010-01-25 | 1 | -0/+13 |
* | Don't set the context in .load() as it stops the global ajax events from firi... | John Resig | 2010-01-24 | 1 | -0/+24 |
* | Make sure that XHTML-style HTML is purified in .html(). Fixes #5845. | John Resig | 2010-01-24 | 1 | -2/+7 |
* | Expose cleanData, make sure that all bound event handlers are properly cleane... | jeresig | 2010-01-23 | 1 | -0/+70 |
* | Added in .height(fn) and .width(fn) support. Fixes #5915. | jeresig | 2010-01-23 | 1 | -22/+56 |
* | Make empty strings (and other non-string values) simply return null from pars... | jeresig | 2010-01-23 | 1 | -0/+25 |
* | Moved add() tests from core to traversing. | jeresig | 2010-01-23 | 2 | -55/+55 |
* | Make sure that .die() with no args works. Fixes #5789. | jeresig | 2010-01-23 | 1 | -1/+16 |
* | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-01-23 | 2 | -5/+30 |
|\ |
|
| * | fixed offset(coordinates) returns null when no matching elements in jQuery ob... | Karl Swedberg | 2010-01-24 | 2 | -2/+8 |
| * | added tests for show/hide with falsy, non-zero values | Karl Swedberg | 2010-01-24 | 1 | -5/+24 |
* | | Select (with a selected) fired change on first focus in IE. Fixes #5869. | Matt Curry | 2010-01-23 | 1 | -0/+5 |
|/ |
|
* | fixed jQuery.dir regression introduced with 1.4 *untils patch that errored wh... | Ben Alman | 2010-01-24 | 1 | -1/+3 |
* | Added support for multiple live event handlers, live hover, and live focus/bl... | Irae Brasil | 2010-01-23 | 2 | -0/+56 |
* | Make sure non-left-click events don't bubble. Fixes #3861. | Irae Brasil | 2010-01-23 | 1 | -1/+8 |
* | Make sure regular settings object is set as context for all Ajax requests, if... | John Resig | 2010-01-16 | 1 | -13/+37 |
* | wrapAll(Function) doesn't actually make sense. That's why I couldn't figure o... | Yehuda Katz | 2010-01-14 | 1 | -5/+0 |
* | We only care that some of the html return value is escaped, not necessarily a... | jeresig | 2010-01-13 | 1 | -8/+8 |
* | Make sure that null params aren't traversed. Fixes #5794. | jeresig | 2010-01-13 | 1 | -2/+3 |
* | Make sure that disconnected nodes aren't sorted/uniqued. Fixes #5791. | jeresig | 2010-01-13 | 1 | -4/+9 |
* | Fixed typo in logic, also disabled function setters in this case to allow th... | jeresig | 2010-01-12 | 1 | -1/+7 |
* | Bringing some selector tests back from Sizzle. | jeresig | 2010-01-11 | 1 | -1/+3 |
* | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-01-11 | 1 | -1/+18 |
|\ |
|
| * | adding extra useragents from trac tickets. correcting opera version | Paul Irish | 2010-01-12 | 1 | -1/+18 |
* | | Some more touching up of the replaceWith tests. | jeresig | 2010-01-11 | 1 | -4/+12 |
|/ |
|
* | Did some reorganizing of the recently added replaceWith tests. | jeresig | 2010-01-11 | 1 | -3/+2 |
* | Make sure that wrapInner works on elements that have no contents. Fixes #3552. | jeresig | 2010-01-11 | 1 | -1/+6 |
* | Final pass at fixing #5785. Need to make sure that inner-nodes are detached b... | jeresig | 2010-01-11 | 1 | -3/+13 |
* | Made some additional tests for #5785. | jeresig | 2010-01-11 | 1 | -1/+5 |
* | Make sure we use detach instead of remove in replaceWith. Fixes #5785. | jeresig | 2010-01-11 | 1 | -1/+10 |
* | Revert "Adding in backwards-compatiblity support for jQuery().bind/unbind/tri... | jeresig | 2010-01-11 | 1 | -13/+0 |
* | Merge branch 'setterargs' | jeresig | 2010-01-07 | 4 | -180/+556 |
|\ |
|
| * | Added in support for .offset(Function). | jeresig | 2010-01-07 | 1 | -16/+23 |
| * | Add .css(Function) incoming value tests. | jeresig | 2010-01-07 | 1 | -0/+60 |
| * | No need for the try/finally logic in the css tests, won't even work as expected. | jeresig | 2010-01-07 | 1 | -49/+43 |
| * | Added manipulation tests for setter function args. | jeresig | 2010-01-07 | 1 | -3/+175 |
| * | Added some .text(Function) tests. | jeresig | 2010-01-07 | 1 | -26/+37 |
| * | Added tests for attribute function setters. | jeresig | 2010-01-07 | 1 | -9/+141 |
| * | Moved the val() tests from manipulation into attributes. | jeresig | 2010-01-07 | 2 | -86/+86 |
* | | Make sure that a parsererror is thrown whenever malformed JSON comes back fro... | jeresig | 2010-01-07 | 2 | -2/+22 |
|/ |
|
* | Add some abort() Ajax tests. Verifies that #3984 works. | jeresig | 2010-01-06 | 1 | -0/+24 |