2010-11-03 |
jeresig | Limit the scope of the CSS 'auto' change to just height... |
tree | commitdiff |
2010-11-01 |
jeresig | Only change ID on nodes that don't already have an... |
tree | commitdiff |
2010-11-01 |
jeresig | Make sure that accessing computed CSS for elements... |
tree | commitdiff |
2010-10-28 |
Brandon Aaron | Fix tab spacing. |
tree | commitdiff |
2010-10-27 |
jeresig | Calling .hide().show() on a stylesheet-hidden element... |
tree | commitdiff |
2010-10-26 |
Karl Swedberg | For .show() with no arguments, only set display of... |
tree | commitdiff |
2010-10-26 |
John Resig | Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c... |
tree | commitdiff |
2010-10-25 |
dmethvin | Allow DELETE requests to have a content body, and prope... |
tree | commitdiff |
2010-10-25 |
dmethvin | Honor stopImmediatePropagation for live/delegate event... |
tree | commitdiff |
2010-10-24 |
rwldrn | Fixes #7229 and #5803 |
tree | commitdiff |
2010-10-22 |
jeresig | Make sure that .width()/.height() don't return NaN... |
tree | commitdiff |
2010-10-22 |
jeresig | Make sure that the correct height/width of the elements... |
tree | commitdiff |
2010-10-22 |
jeresig | Fix broken selector code from last commit. |
tree | commitdiff |
2010-10-22 |
jeresig | Make sure that +, >, ~ leading, rooted, selectors go... |
tree | commitdiff |
2010-10-22 |
jeresig | Make sure that we don't use matchesSelector on XML... |
tree | commitdiff |
2010-10-22 |
jeresig | Make sure that we aren't reading one of the bad expando... |
tree | commitdiff |
2010-10-22 |
jeresig | Be sure to clean up the previous test. |
tree | commitdiff |
2010-10-22 |
jeresig | Make sure that height/width getters work on hidden... |
tree | commitdiff |
2010-10-22 |
jeresig | Adding another test for an issue in Gecko's matchesSele... |
tree | commitdiff |
2010-10-19 |
Anton M | Update number of expected assertions in attribute tests |
tree | commitdiff |
2010-10-17 |
John Resig | Add some more tests to make sure that pulling in data... |
tree | commitdiff |
2010-10-17 |
Paul Irish | fadeToggle(). as suggested by Karl Swedberg in his... |
tree | commitdiff |
2010-10-17 |
John Resig | Make sure that .data() (no args) returns a list of... |
tree | commitdiff |
2010-10-17 |
John Resig | We removed deleteExpando after 1.4.2, for some reason... |
tree | commitdiff |
2010-10-15 |
jeresig | Fix the number of change tests and remove textarea... |
tree | commitdiff |
2010-10-15 |
jeresig | Testing *, * was unnecessary - especially in slower... |
tree | commitdiff |
2010-10-15 |
jeresig | Don't test inline-block in browsers that don't support... |
tree | commitdiff |
2010-10-15 |
jeresig | Use prepend for the focuin test (to avoid making the... |
tree | commitdiff |
2010-10-15 |
jeresig | Test visible on inline elements. |
tree | commitdiff |
2010-10-15 |
jeresig | Getting weird results for font size tests across platfo... |
tree | commitdiff |
2010-10-13 |
jeresig | Change font size to 15px in the test to fix a false... |
tree | commitdiff |
2010-10-13 |
Justin Meyer | Make sure that focusin/focusout bubbles in non-IE browsers. |
tree | commitdiff |
2010-10-13 |
jeresig | We want to make sure that we only run the MSIE-specific... |
tree | commitdiff |
2010-10-13 |
jeresig | Test CSS test on font size instead of padding. |
tree | commitdiff |
2010-10-13 |
jeresig | IE 9 preserves the case of the Alpha filter - maintain... |
tree | commitdiff |
2010-10-13 |
jeresig | Fix broken Ajax test after recent revert to jQuery... |
tree | commitdiff |
2010-10-13 |
John Resig | Merge branch 'bug7150' of github.com/csnover/jquery |
tree | commitdiff |
2010-10-13 |
John Resig | Fix some gaps in the handling of event data properties... |
tree | commitdiff |
2010-10-12 |
Colin Snover | Fix patch for #7150, which was not deleting the events... |
tree | commitdiff |
2010-10-12 |
John Resig | The child selector-prefix branch doesn't work with... |
tree | commitdiff |
2010-10-12 |
John Resig | Make sure that .find() with multiple direct child selec... |
tree | commitdiff |
2010-10-12 |
Colin Snover | Use a key name less likely to result in collisions... |
tree | commitdiff |
2010-10-11 |
John Resig | Handle some edge cases with binding events to the windo... |
tree | commitdiff |
2010-10-11 |
John Resig | Add some resize event tests. |
tree | commitdiff |
2010-10-11 |
John Resig | Added some more tests relating to attaching data to... |
tree | commitdiff |
2010-10-11 |
John Resig | Merge branch 'bug7141' of github.com/csnover/jquery... |
tree | commitdiff |
2010-10-11 |
Colin Snover | Fix olddisplay was inappropriately set when calling... |
tree | commitdiff |
2010-10-11 |
Scott González | Fixed getting styles from disconnected nodes. Fixes... |
tree | commitdiff |
2010-10-11 |
John Resig | Make sure closest works on disconnected DOM nodes.... |
tree | commitdiff |
2010-10-10 |
jeresig | Disable 304/Not Modified Ajax tests in Opera due to... |
tree | commitdiff |
2010-10-09 |
John Resig | Merge branch 'bug7123' of github.com/csnover/jquery... |
tree | commitdiff |
2010-10-09 |
John Resig | Merge branch 'animate-nonblock' of github.com/csnover... |
tree | commitdiff |
2010-10-09 |
jeresig | Added some more tests to make sure that replaceWith... |
tree | commitdiff |
2010-10-09 |
jeresig | Make sure null/NaN values aren't set in .css(). Fixes... |
tree | commitdiff |
2010-10-09 |
Colin Snover | Prevent IE from throwing errors when setting RGBA value... |
tree | commitdiff |
2010-10-09 |
Colin Snover | Coerce all array values to strings before comparison... |
tree | commitdiff |
2010-10-09 |
Colin Snover | Fixed code convention issues. Reduced size of overflow... |
tree | commitdiff |
2010-10-05 |
Colin Snover | Update $.fn.animate to only keep overflow set to hidden... |
tree | commitdiff |
2010-10-05 |
Colin Snover | IE6 will shrink-wrap elements with layout instead of... |
tree | commitdiff |
2010-10-05 |
Colin Snover | Update $.fn.animate to change display mode only when... |
tree | commitdiff |
2010-10-05 |
Colin Snover | Fix :visible does not work properly when display:none... |
tree | commitdiff |
2010-09-30 |
John Resig | Tweak broken serialize tests from commit 879799fe955f01... |
tree | commitdiff |
2010-09-30 |
Colin Snover | Make sure setting opacity does not clobber other inline... |
tree | commitdiff |
2010-09-29 |
Dave Reed | Using data() on JavaScript objects sets fields directly... |
tree | commitdiff |
2010-09-29 |
John Resig | Fix number of expected select tests from commit 879799f... |
tree | commitdiff |
2010-09-28 |
John Resig | Handle child selectors in particular - away from the... |
tree | commitdiff |
2010-09-28 |
John Resig | Make sure that the contents of the element is still... |
tree | commitdiff |
2010-09-28 |
John Resig | Make sure that mixed case alpha filters are handled... |
tree | commitdiff |
2010-09-28 |
John Resig | Make setting .css(name, undefined) a no-op. Fixes ... |
tree | commitdiff |
2010-09-28 |
John Resig | Make sure that ambiguous val() selection works correctly. |
tree | commitdiff |
2010-09-28 |
John Resig | Make .attr(name, null) equivalent to removeAttr(name... |
tree | commitdiff |
2010-09-28 |
John Resig | Make sure that .offset() doesn't fail against disconnec... |
tree | commitdiff |
2010-09-28 |
jeresig | Removing unique check on closest(Array) (it wasn't... |
tree | commitdiff |
2010-09-27 |
jeresig | Merge branch 'closestbug-6700' of github.com/ajpiano... |
tree | commitdiff |
2010-09-27 |
jeresig | Allow 304/Not Modified tests to complete in Opera. |
tree | commitdiff |
2010-09-27 |
jeresig | Make sure that opacity is being reset properly on a... |
tree | commitdiff |
2010-09-27 |
jeresig | Adjust manipulation test to handle whitespace RegExp... |
tree | commitdiff |
2010-09-24 |
dmethvin | Make .val(undefined) == .val("") and chainable; fixes... |
tree | commitdiff |
2010-09-24 |
Dave Methvin | Don't have .val() return selected-but-disabled options... |
tree | commitdiff |
2010-09-24 |
temp01 | Serialize keys with empty arrays/object values in jQuer... |
tree | commitdiff |
2010-09-24 |
jeresig | Make sure that undefined is always returned for missing... |
tree | commitdiff |
2010-09-24 |
jeresig | Allow data to be bound to Flash objects (but still... |
tree | commitdiff |
2010-09-23 |
Robert Katic | Test jQuery.type also with document. |
tree | commitdiff |
2010-09-23 |
Robert Katic | Made jQuery.type more consistent with host objects. |
tree | commitdiff |
2010-09-23 |
Robert Katic | Ensure that selector is not broken. |
tree | commitdiff |
2010-09-23 |
Robert Katic | Correcting some imperfections in test added in previous... |
tree | commitdiff |
2010-09-23 |
Robert Katic | Added support for map of events in live, die, delegate... |
tree | commitdiff |
2010-09-23 |
Robert Katic | Added some tests for #5991. |
tree | commitdiff |
2010-09-23 |
Robert Katic | Ensured that arrays are not considered same as plain... |
tree | commitdiff |
2010-09-23 |
jeresig | Discovered that another effects bug was fixed with... |
tree | commitdiff |
2010-09-23 |
jeresig | e3463946e19f2eb53d909fc2b59cc1c8636d21bd actually fixed... |
tree | commitdiff |
2010-09-22 |
jeresig | Add some tests for jQuery.isWindow and make sure that... |
tree | commitdiff |
2010-09-22 |
John Resig | Make sure that #... are trimmed from Ajax request URLs... |
tree | commitdiff |
2010-09-22 |
John Resig | Fixed the number of expected class tests from a previou... |
tree | commitdiff |
2010-09-22 |
jeresig | Make .data(Object) extend the existing data object... |
tree | commitdiff |
2010-09-22 |
Jacob Wright | Fix bug when accessing .data() on an empty set. Return... |
tree | commitdiff |
2010-09-22 |
Karl Swedberg | Added full support for easing in all shorthand effects... |
tree | commitdiff |
2010-09-22 |
jeresig | Make sure the data- number has at least one number... |
tree | commitdiff |
2010-09-21 |
John Resig | Make sure that non-px values aren't manipulated before... |
tree | commitdiff |
2010-09-21 |
John Resig | Use a different workaround for detecting when Opera... |
tree | commitdiff |
next |