2008-04-29 |
Ariel Flesler | test runner: voided the failing tests for jQuery.map... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Ariel Flesler | test runner: added another test for makeArray. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Brandon Aaron | Merged dimensions with core |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Brandon Aaron | jQuery.event.fix performance boost. An example: click... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Jörn Zaefferer | jquery core: fix for #1960, delegating to document... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Jörn Zaefferer | jquery core: tests for #2616 |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Brandon Aaron | Prevent a single event object from being fixed more... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Brandon Aaron | Optimization for jQuery.event.fix ... don't send fake... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Ariel Flesler | jquery core: fixed makeArray to recognize the window... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Ariel Flesler | jquery core: simplified the code using the new jQuery... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Ariel Flesler | - Adding the enhancements to the test runner, to accept... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Jörn Zaefferer | jquery core: Patch from #2619 applied, making makeArray... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Jörn Zaefferer | testrunner: refactored url-test-filter, still regex... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brandon Aaron | Fixed regression with 5276 where return false in first... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Ariel Flesler | - adding the tests for the changes to $.makeArray,... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Jörn Zaefferer | jquery testrunner: accept regexp to select tests, eg... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Jörn Zaefferer | jquery.ajax: fix for beforeSend-cancelling-sideeffects |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Jörn Zaefferer | jquery.ajax: improvement for #2688, added test |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Jörn Zaefferer | jquery.event: Patch for #2708 |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brandon Aaron | Some small optimizations to the event module. jQuery... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Brandon Aaron | Small optimization to offset (thanks Ariel Flesler) |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Brandon Aaron | Small optimization to jQuery.curCSS (thanks Ariel Flesler) |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Brandon Aaron | Trigger onclick handlers of links |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Yehuda Katz | Closes #2688 |
commit | commitdiff | tree | snapshot |
2008-04-10 |
John Resig | Tagging the 1.2.4a release. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sean Catchpole | $.extend deep now copies children's children, ect... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Jörn Zaefferer | jquery core: updated version pre-1.2.4 |
commit | commitdiff | tree | snapshot |
2008-03-15 |
John Resig | Made outerHeight/outerWidth accept .outerWidth(true... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
John Resig | Imported the innerHeight and outerHeight methods from... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
John Resig | Fixed issue with typeof check - "array" isn't a valid... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
John Resig | Landed a fix for bug #2037. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
John Resig | Landed a minor fix for AIR (in the offset method). |
commit | commitdiff | tree | snapshot |
2008-02-06 |
John Resig | Tagging the 1.2.3 release. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Scott González | Fixed .unbind('.namespace'). |
commit | commitdiff | tree | snapshot |
2008-02-03 |
John Resig | Tagging the 1.2.3b release. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
John Resig | You can now overwrite values returned from .data()... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
John Resig | Tweaked the .data() event triggering - it now triggers... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
John Resig | Added support for .unbind(".test") to unbind all namesp... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
John Resig | Added $().data(), $().removeData(), and .bind("click... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
John Resig | Updated the years on the licensing. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
John Resig | Tagging the 1.2.3a release. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
John Resig | Fixed make speed. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
John Resig | De-eval'd selectors and the various DOM methods (will... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
David Serduke | Fix #2184 by using the jQuery.clean() function instead... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Jörn Zaefferer | global replace for @VERSION, fixed #2101 |
commit | commitdiff | tree | snapshot |
2008-01-17 |
David Serduke | Fixed #2174 by removing the s.dataType == "json" check... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
David Serduke | Updating version number to 1.2.3-pre |
commit | commitdiff | tree | snapshot |
2008-01-14 |
John Resig | Tagging the 1.2.2 release. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
David Serduke | Changing end of line from CRLF to just LF like the... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
John Resig | Discontinued the test for $(form.elements). |
commit | commitdiff | tree | snapshot |
2008-01-14 |
John Resig | Excluded a couple Ajax tests from running locally. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
John Resig | Added support for breaking in an object loop (Bug ... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
John Resig | And the rest of the _default change. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
John Resig | Tweaked the default Accept header to _default. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
John Resig | Added a check to make sure that .style exists before... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
John Resig | Fixed default property name for Opera (bug #2159). |
commit | commitdiff | tree | snapshot |
2008-01-14 |
John Resig | Fixed minor issue with pack build script. (Bug #2101) |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Brandon Aaron | Adding browser UA tests |
commit | commitdiff | tree | snapshot |
2008-01-14 |
John Resig | Added a fix for bug #2140. Opera doesn't like concating... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
John Resig | Just added support for Accept headers in Ajax requests... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Jörn Zaefferer | reverted change for #2114 |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Jörn Zaefferer | fix for #2114; refactored tests for bind() to highlight... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
John Resig | Tweaked comment for isFunction. |
commit | commitdiff | tree | snapshot |
2008-01-12 |
David Serduke | Fixed an edge case in show() where the css says the... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Yehuda Katz | Adds support for username and password to $.ajax |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Jörn Zaefferer | Test for #2114 |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Yehuda Katz | Fixes bug with charCode, bad 'var' and missing semicolon |
commit | commitdiff | tree | snapshot |
2007-12-21 |
David Serduke | Fixed #2084 by added embed to the list of elements... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Brandon Aaron | Fixed memory leak in IE with non-native event types |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Brandon Aaron | Removed check to prevent event from being fixed twice... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
David Serduke | Fixed a couple problems found in the test suite. First... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Brandon Aaron | Fixing #2081 |
commit | commitdiff | tree | snapshot |
2007-12-20 |
David Serduke | Removed a unit test that tested to see if queued object... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
David Serduke | Fixed #2080 by removing the check for nodeType != 1... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
John Resig | Fixed lite version of jQuery. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
John Resig | Tagging the 1.2.2b2 release. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
John Resig | Fixed #2027 - make sure that cloned elements (within... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
David Serduke | Fixed a problem in the unit tests for IE where an optim... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
David Serduke | Changed the $(document).ready() code to try and solve... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Jörn Zaefferer | added version to all builds; changed current version... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Brandon Aaron | offset: make sure there is a parent node to work on... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Brandon Aaron | offset: make sure border width always gets calculated... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
David Serduke | Fixed #2077 by adding a var to make it a local variable... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Brandon Aaron | Short-circuit jQuery.event.fix if it has already fixed... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Brandon Aaron | Insure width/height do not return a negative number. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
David Serduke | Second part of the fix for #2071. An empty string... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
David Serduke | Changed CRLF end of lines to just LF. Other than that... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
David Serduke | Fixed #2076 where .val() could return an array instead... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Brandon Aaron | width and height methods are now working properly |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Richard Worth | Fixed #1887 - trigger fails if extra is not a function |
commit | commitdiff | tree | snapshot |
2007-12-17 |
David Serduke | Fixed #2070 by adding a test for !nodeType to isArrayLi... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Brandon Aaron | Fixed #2069. The ready helper and shortcuts act the... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Jörn Zaefferer | test for #2070 |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Jörn Zaefferer | Test for #2069 |
commit | commitdiff | tree | snapshot |
2007-12-17 |
David Serduke | Fixed #2062 by adding a check to see if the selector... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Brandon Aaron | Fixed #2064 |
commit | commitdiff | tree | snapshot |
2007-12-17 |
John Resig | Tagging the 1.2.2b release. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
David Serduke | Fixed #2037 where Opera would mis-state the value of... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Brandon Aaron | Updating changlog |
commit | commitdiff | tree | snapshot |
2007-12-17 |
David Serduke | Added code to remove the script tag on successful jsonp... |
commit | commitdiff | tree | snapshot |
next |