2010-07-27 |
John Resig | Make sure that .data() events don't bubble, per the... |
tree | commitdiff |
2010-07-22 |
InfinitiesLoop | Ticket #6808. Changes data() so on plain objects, it... |
tree | commitdiff |
2010-07-20 |
InfinitiesLoop | Ticket #6804. Adds a changeData event. |
tree | commitdiff |
2010-06-21 |
adam j. sontag | .closest() should return a unique set of elements,... |
tree | commitdiff |
2010-06-20 |
jeresig | Mobile WebKit browsers don't support accessing the... |
tree | commitdiff |
2010-06-20 |
jeresig | Use custom events for testing unbind instead of the... |
tree | commitdiff |
2010-06-20 |
jeresig | Adjust isPlainObject test to run in an iframe. |
tree | commitdiff |
2010-06-20 |
jeresig | Update other remote test URLs as well. |
tree | commitdiff |
2010-06-20 |
jeresig | Strip off filename and query string for JSONP Remote... |
tree | commitdiff |
2010-06-20 |
jeresig | Changed the order of the tests to run in the same order... |
tree | commitdiff |
2010-06-20 |
jeresig | Made it so that you no longer need to build jQuery... |
tree | commitdiff |
2010-06-15 |
jeresig | Fixing request data param issue. Thanks to mislav for... |
tree | commitdiff |
2010-06-15 |
malsup | Fix for http://dev.jquery.com/ticket/6451 |
tree | commitdiff |
2010-03-27 |
Brandon Aaron | Merge branch 'master' of github.com:jquery/jquery |
tree | commitdiff |
2010-03-25 |
jeresig | Mobile WebKit browsers don't support accessing the... |
tree | commitdiff |
2010-03-24 |
jeresig | Use custom events for testing unbind instead of the... |
tree | commitdiff |
2010-03-24 |
jeresig | Adjust isPlainObject test to run in an iframe. |
tree | commitdiff |
2010-03-24 |
Brandon Aaron | Merge branch 'master' of github.com:jquery/jquery |
tree | commitdiff |
2010-03-23 |
jeresig | Update other remote test URLs as well. |
tree | commitdiff |
2010-03-23 |
jeresig | Strip off filename and query string for JSONP Remote... |
tree | commitdiff |
2010-03-23 |
jeresig | Changed the order of the tests to run in the same order... |
tree | commitdiff |
2010-03-23 |
jeresig | Made it so that you no longer need to build jQuery... |
tree | commitdiff |
2010-03-23 |
Brandon Aaron | Fixed an issue with setting offset of absolutely positi... |
tree | commitdiff |
2010-03-22 |
Brandon Aaron | Added unit tests for setting offset one property at... |
tree | commitdiff |
2010-03-09 |
jeresig | Rewrote the live/delegate submit tests to be more generic. |
tree | commitdiff |
2010-03-09 |
jeresig | Make sure that special remove and teardown events get... |
tree | commitdiff |
2010-03-09 |
jeresig | Landing a faster trim method. Based upon the work by... |
tree | commitdiff |
2010-03-05 |
jeresig | I take that back! It was a bug, but the cache had to... |
tree | commitdiff |
2010-03-05 |
jeresig | Attempted to fix #6227, not entirely sure if it's a... |
tree | commitdiff |
2010-03-02 |
jeresig | Added in Ben Alman's proposed event.namespace property... |
tree | commitdiff |
2010-03-02 |
jeresig | Add in the new level information to the closest(Array... |
tree | commitdiff |
2010-03-02 |
jeresig | We no longer support globally-triggered events on plain... |
tree | commitdiff |
2010-03-02 |
jeresig | More changes to get jQuery in line with JSLint. |
tree | commitdiff |
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 |
next |