2010-02-28 |
brandonaaron | Adding unit tests to make sure .scrollTop() and .scroll... |
tree | commitdiff |
2010-02-28 |
brandonaaron | Use correct window reference in offset to work properly... |
tree | commitdiff |
2010-02-27 |
jeresig | Attach data directly to plain objects, no reason to... |
tree | commitdiff |
2010-02-27 |
jeresig | Adding in .bind(name, false), .unbind(name, false)... |
tree | commitdiff |
2010-02-27 |
jeresig | Make it so that you can pass in event data to .click... |
tree | commitdiff |
2010-02-26 |
jeresig | Make sure that undefined is always returned for undefin... |
tree | commitdiff |
2010-02-26 |
jeresig | Make sure that unbinding on a plain javascript object... |
tree | commitdiff |
2010-02-26 |
jeresig | Make sure that live events bubble unless explicitly... |
tree | commitdiff |
2010-02-13 |
jeresig | No need to run trim on every class iteration in addClas... |
tree | commitdiff |
2010-02-13 |
jeresig | Adapt the nbsp entity test for Opera (output isn't... |
tree | commitdiff |
2010-02-13 |
jeresig | Make sure that elements that have been removed also... |
tree | commitdiff |
2010-02-13 |
jeresig | Make sure that live focus and blur events also bind... |
tree | commitdiff |
2010-02-13 |
jeresig | Don't inject style elements using innerHTML as they... |
tree | commitdiff |
2010-02-13 |
jeresig | Added some tests to test repeated injected of scripts... |
tree | commitdiff |
2010-02-13 |
jeresig | Make sure that we don't try to use a detached node... |
tree | commitdiff |
2010-02-13 |
jeresig | Make sure the fragment isn't used if it's not the same... |
tree | commitdiff |
2010-02-13 |
jeresig | If .attr() is run on no elements undefined should be... |
tree | commitdiff |
2010-02-13 |
jeresig | Make sure that no extra whitespace is leftover after... |
tree | commitdiff |
2010-02-13 |
jeresig | Make sure leading whitespace is trimmed for parseJSON... |
tree | commitdiff |
2010-02-11 |
John Resig | Make sure that the teardown is called after all the... |
tree | commitdiff |
2010-02-06 |
Ben Alman | Ok, this should actually fix #6041 :) |
tree | commitdiff |
2010-02-06 |
jeresig | Make sure that &#...; entities are encoded properly... |
tree | commitdiff |
2010-02-06 |
jeresig | Make sure that we don't try to double-encode params... |
tree | commitdiff |
2010-02-05 |
jeresig | Rewrote the live event handling to use the new event... |
tree | commitdiff |
2010-02-04 |
jeresig | Added some more tests for checking the execution order... |
tree | commitdiff |
2010-02-04 |
Justin Meyer | Forgot to land Justin's tests for the event fixes. |
tree | commitdiff |
2010-02-04 |
jeresig | A large refactor of the event handling logic. Data... |
tree | commitdiff |
2010-02-02 |
Neeraj Singh | Adding in some more replaceWith tests for #5917. |
tree | commitdiff |
2010-02-02 |
Noah Sloan | Only detach the incoming elements to replaceWith if... |
tree | commitdiff |
2010-02-02 |
jeresig | Make sure the resulting className from removeClass... |
tree | commitdiff |
2010-02-02 |
jeresig | Fix for problem in IE 8 where deserialized (then reseri... |
tree | commitdiff |
2010-02-01 |
jeresig | Add .delegate() and .undelegate(). An alternative to... |
tree | commitdiff |
2010-01-28 |
jeresig | Landing some minor perf optimization to jQuery(). |
tree | commitdiff |
2010-01-28 |
jeresig | Provide a way to simulate default browser actions.... |
tree | commitdiff |
2010-01-28 |
jeresig | Make sure that jQuery.data( elem ) always returns a... |
tree | commitdiff |
2010-01-26 |
jeresig | Make sure that the correct context is being passed... |
tree | commitdiff |
2010-01-26 |
jeresig | Make work wrapInner(fn) work consistently. Fixes #5799. |
tree | commitdiff |
2010-01-25 |
Mike Alup | Provided detailed message for JSON parse errors. Fixes... |
tree | commitdiff |
2010-01-25 |
Michael Monteleone | Make sure that checked state is cloned properly. Based... |
tree | commitdiff |
2010-01-25 |
jeresig | Make sure that special.add actually copies over event... |
tree | commitdiff |
2010-01-25 |
jeresig | Make sure multiple bound events have their namespaces... |
tree | commitdiff |
2010-01-25 |
jeresig | Cleaned up divs that should've been removed after a... |
tree | commitdiff |
2010-01-25 |
jeresig | Make sure that it's possible to preventDefault natively... |
tree | commitdiff |
2010-01-25 |
John Resig | Make sure original context is maintained and not the... |
tree | commitdiff |
2010-01-25 |
John Resig | Objects with length properties weren't getting serializ... |
tree | commitdiff |
2010-01-25 |
John Resig | Don't set the context in .load() as it stops the global... |
tree | commitdiff |
2010-01-25 |
John Resig | Make sure that XHTML-style HTML is purified in .html... |
tree | commitdiff |
2010-01-24 |
jeresig | Expose cleanData, make sure that all bound event handle... |
tree | commitdiff |
2010-01-24 |
jeresig | Added in .height(fn) and .width(fn) support. Fixes... |
tree | commitdiff |
2010-01-23 |
jeresig | Make empty strings (and other non-string values) simply... |
tree | commitdiff |
2010-01-23 |
jeresig | Moved add() tests from core to traversing. |
tree | commitdiff |
2010-01-23 |
jeresig | Make sure that .die() with no args works. Fixes #5789. |
tree | commitdiff |
2010-01-23 |
Karl Swedberg | fixed offset(coordinates) returns null when no matching... |
tree | commitdiff |
2010-01-23 |
Karl Swedberg | added tests for show/hide with falsy, non-zero values |
tree | commitdiff |
2010-01-23 |
Ben Alman | fixed jQuery.dir regression introduced with 1.4 *untils... |
tree | commitdiff |
2010-01-23 |
Irae Brasil | Added support for multiple live event handlers, live... |
tree | commitdiff |
2010-01-23 |
Irae Brasil | Make sure non-left-click events don't bubble. Fixes... |
tree | commitdiff |
2010-01-16 |
John Resig | Make sure regular settings object is set as context... |
tree | commitdiff |
2010-01-14 |
Yehuda Katz | wrapAll(Function) doesn't actually make sense. That... |
tree | commitdiff |
2010-01-13 |
jeresig | We only care that some of the html return value is... |
tree | commitdiff |
2010-01-13 |
jeresig | Make sure that null params aren't traversed. Fixes... |
tree | commitdiff |
2010-01-13 |
jeresig | Make sure that disconnected nodes aren't sorted/uniqued... |
tree | commitdiff |
2010-01-13 |
jeresig | Fixed typo in logic, also disabled function setters... |
tree | commitdiff |
2010-01-12 |
jeresig | Bringing some selector tests back from Sizzle. |
tree | commitdiff |
2010-01-12 |
jeresig | Some more touching up of the replaceWith tests. |
tree | commitdiff |
2010-01-11 |
jeresig | Did some reorganizing of the recently added replaceWith... |
tree | commitdiff |
2010-01-11 |
jeresig | Make sure that wrapInner works on elements that have... |
tree | commitdiff |
2010-01-11 |
jeresig | Final pass at fixing #5785. Need to make sure that... |
tree | commitdiff |
2010-01-11 |
jeresig | Made some additional tests for #5785. |
tree | commitdiff |
2010-01-11 |
jeresig | Make sure we use detach instead of remove in replaceWit... |
tree | commitdiff |
2010-01-11 |
jeresig | Revert "Adding in backwards-compatiblity support for... |
tree | commitdiff |
2010-01-07 |
jeresig | Merge branch 'setterargs' |
tree | commitdiff |
2010-01-07 |
jeresig | Added in support for .offset(Function). |
tree | commitdiff |
2010-01-07 |
jeresig | Add .css(Function) incoming value tests. |
tree | commitdiff |
2010-01-07 |
jeresig | No need for the try/finally logic in the css tests... |
tree | commitdiff |
2010-01-07 |
jeresig | Added manipulation tests for setter function args. |
tree | commitdiff |
2010-01-07 |
jeresig | Make sure that a parsererror is thrown whenever malform... |
tree | commitdiff |
2010-01-07 |
jeresig | Added some .text(Function) tests. |
tree | commitdiff |
2010-01-07 |
jeresig | Added tests for attribute function setters. |
tree | commitdiff |
2010-01-07 |
jeresig | Moved the val() tests from manipulation into attributes. |
tree | commitdiff |
2010-01-06 |
jeresig | Add some abort() Ajax tests. Verifies that #3984 works. |
tree | commitdiff |
2010-01-06 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
tree | commitdiff |
2010-01-06 |
jeresig | Adding in backwards-compatiblity support for jQuery... |
tree | commitdiff |
2010-01-06 |
Filipe Fortes | Make sure to do a deep copy on arrays. #5750 |
tree | commitdiff |
2010-01-06 |
jeresig | Added in support for content-type sniffing for scripts... |
tree | commitdiff |
2010-01-06 |
Rick Waldron | Detect JSON Ajax requests by the response content-type... |
tree | commitdiff |
2010-01-06 |
jeresig | Merging in jQuery.proxy() branch. |
tree | commitdiff |
2010-01-05 |
jeresig | Rewrite of jQuery.browser to become engine-centric... |
tree | commitdiff |
2009-12-31 |
jeresig | Added in jQuery.proxy(obj, name), like the method descr... |
tree | commitdiff |
2009-12-31 |
jeresig | Remove the .bind(name, fn, thisObject) and promote... |
tree | commitdiff |
2009-12-22 |
jeresig | Make sure that selected works in Safari on options... |
tree | commitdiff |
2009-12-22 |
Ben Alman | Moved jQuery.param "traditional" flag into jQuery.ajaxS... |
tree | commitdiff |
2009-12-22 |
jeresig | Add some extra tests to make sure we can get the value... |
tree | commitdiff |
2009-12-22 |
jeresig | Make sure that the correct value is being pulled from... |
tree | commitdiff |
2009-12-22 |
jeresig | Made sure that the .val() logic for setting radios... |
tree | commitdiff |
2009-12-22 |
jeresig | Fixed the issue where getting an empty value was imposs... |
tree | commitdiff |
2009-12-21 |
Alexander Farkas | Used the patch from Alexander as the basis for a rewrit... |
tree | commitdiff |
2009-12-21 |
jeresig | Moved logic for handling .animate({}), doesn't queue... |
tree | commitdiff |
2009-12-19 |
John Resig | Bringing Sizzle test suite changes back in. |
tree | commitdiff |
2009-12-19 |
jeresig | Temporarily disabling test for bug #4299. |
tree | commitdiff |
next |