2009-12-09 |
John Resig | Made .clone(true) also copy over element data. Fixes... |
tree | commitdiff |
2009-12-09 |
John Resig | Added support for .data(Object), overwriting the existi... |
tree | commitdiff |
2009-12-09 |
Yehuda Katz | Landing in jQuery.contains, jQuery.fn.contains, and... |
tree | commitdiff |
2009-12-09 |
David Petersen | Handle changing form attributes correctly when there... |
tree | commitdiff |
2009-12-08 |
John Resig | Make sure that events are cloned for wrap, fixes #2977. |
tree | commitdiff |
2009-12-07 |
John Resig | Check Sizzle or jQuery. |
tree | commitdiff |
2009-12-07 |
John Resig | Only run the visibility selectors if the filter exists. |
tree | commitdiff |
2009-12-07 |
James Padolsey | Added support for per-property easing |
tree | commitdiff |
2009-12-07 |
John Resig | Added in support for injecting area elements into map... |
tree | commitdiff |
2009-12-07 |
John Resig | Added in support for $.ajax jsonpCallback (allowing... |
tree | commitdiff |
2009-12-06 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery |
tree | commitdiff |
2009-12-06 |
John Resig | Split the queue code out from data.js into a dedicated... |
tree | commitdiff |
2009-12-06 |
John Resig | Renamed isObjectLiteral to isPlainObject (makes more... |
tree | commitdiff |
2009-12-06 |
Dave Methvin | Fix for #4011, crash when two text nodes are appended... |
tree | commitdiff |
2009-12-06 |
jeresig | Make sure that animated show resets the display correct... |
tree | commitdiff |
2009-12-05 |
jeresig | Make sure that the previous element is removed from... |
tree | commitdiff |
2009-12-05 |
jeresig | Made sure that css() in IE handles negative non-px... |
tree | commitdiff |
2009-12-05 |
John Resig | Make sure that width or height don't animate to a negat... |
tree | commitdiff |
2009-12-05 |
Yehuda Katz | Added a test for bug 1095 for animations (animations... |
tree | commitdiff |
2009-12-04 |
Ben Alman | Landing Ben Alman's patch to add nextUntil, prevUntil... |
tree | commitdiff |
2009-12-04 |
jeresig | Added in the .delay() method for delaying the execution... |
tree | commitdiff |
2009-12-04 |
Justin Meyer | Adding in support for bubbling submit and change events... |
tree | commitdiff |
2009-12-03 |
jeresig | Tweaked a CSS test to handle differences in font-size... |
tree | commitdiff |
2009-12-03 |
jeresig | Removed broken hidden/visible test. |
tree | commitdiff |
2009-12-03 |
jeresig | Re-arranged many of the selector tests, breaking them... |
tree | commitdiff |
2009-12-03 |
jeresig | Just restore window.JSON in the getJSON test, don't... |
tree | commitdiff |
2009-12-03 |
jeresig | Added in the new .closest(Array) method, will be used... |
tree | commitdiff |
2009-12-02 |
jeresig | Removed debug statements from manipulation tests, was... |
tree | commitdiff |
2009-12-02 |
jeresig | Added some isObjectLiteral tests. |
tree | commitdiff |
2009-12-01 |
Yehuda Katz | Adding a test that a new option can be selected with... |
tree | commitdiff |
2009-12-01 |
Yehuda Katz | Fix css("opacity") to not clobber other filters in... |
tree | commitdiff |
2009-11-30 |
jeresig | Switched from using Git Submodules to just doing a... |
tree | commitdiff |
2009-11-30 |
jeresig | Bringing Sizzle and QUnit up to date. |
tree | commitdiff |
2009-11-30 |
jeresig | Use .add() to merge two test groups together for .unwrap(). |
tree | commitdiff |
2009-11-30 |
jeresig | Changed the style attribute test to handle hex colors... |
tree | commitdiff |
2009-11-30 |
jeresig | Fixed a problem with animations with a duration of... |
tree | commitdiff |
2009-11-30 |
jeresig | Simplified a selector in the .live() tests. |
tree | commitdiff |
2009-11-30 |
jeresig | Tweaked the live test to be a bit simpler. |
tree | commitdiff |
2009-11-30 |
jeresig | Fixed wrap test that was looking for comment values... |
tree | commitdiff |
2009-11-30 |
Yehuda Katz | Fixes $.trim for closes #4980 |
tree | commitdiff |
2009-11-25 |
Mark Gibson | Fixing endlines. |
tree | commitdiff |
2009-11-25 |
Robert Katic | Corrected RegExp to match event namespaces. Fixes ... |
tree | commitdiff |
2009-11-25 |
Robert Katic | Generic jQuery.merge and safer jQuery.makeArray(nodeList). |
tree | commitdiff |
2009-11-17 |
John Resig | Added support for .text() on text nodes. Fixes #5525. |
tree | commitdiff |
2009-11-17 |
John Resig | Re-wrote context Ajax test to use an element instead... |
tree | commitdiff |
2009-11-17 |
John Resig | Re-adding the QUnit submodule file. |
tree | commitdiff |
2009-11-15 |
John Resig | Hide the .settings file in the gitignore. |
tree | commitdiff |
2009-11-13 |
Scott Gonzalez | Added test for passing null to .show() |
tree | commitdiff |
2009-11-13 |
Robert Katic | Corrected some minor errors made by me (rkatic) in... |
tree | commitdiff |
2009-11-12 |
Robert Katic | Forgotten to update the number of jQuery.extend related... |
tree | commitdiff |
2009-11-12 |
Robert Katic | Made jQuery.extend(true, ...) to extend recursively... |
tree | commitdiff |
2009-11-12 |
Robert Katic | Made isObjectLiteral to work correctly with custom... |
tree | commitdiff |
2009-11-11 |
John Resig | Fixed the case where HTML that contained entities was... |
tree | commitdiff |
2009-11-11 |
John Resig | Landing tweak from 'haruka' that fixes non-pixel fontSi... |
tree | commitdiff |
2009-11-11 |
John Resig | Made jQuery('<div/>') and jQuery('<div></div>') use... |
tree | commitdiff |
2009-11-11 |
Damian Janowski | Add QUnit as a submodule. |
tree | commitdiff |
2009-11-11 |
Damian Janowski | Remove symlink to John Resig's filesystem. |
tree | commitdiff |
2009-11-11 |
Mr Speaker | Making sure that you can bind multiple toggles to a... |
tree | commitdiff |
2009-11-09 |
rkatic | Added a method to myKlass. |
tree | commitdiff |
2009-11-07 |
John Resig | Made sure that animate callbacks get executed even... |
tree | commitdiff |
2009-11-07 |
John Resig | Make .add() take an optional context and - if a context... |
tree | commitdiff |
2009-11-07 |
John Resig | jQuery.ajax modified the passed-in object only to help... |
tree | commitdiff |
2009-11-07 |
John Resig | A typechange for test/qunit. |
tree | commitdiff |
2009-10-23 |
John Resig | Pull in QUnit using a submodule. In order to build... |
tree | commitdiff |
2009-09-29 |
John Resig | Updated the jQuery suite to use the updated QUnit CSS... |
tree | commitdiff |
2009-09-29 |
John Resig | Updated the jQuery test suite to use the new QUnit... |
tree | commitdiff |
2009-09-29 |
John Resig | Moved the jQuery-specific test suite CSS into a separat... |
tree | commitdiff |
2009-09-29 |
John Resig | Adapted the jQuery test suite to handle the toolbar... |
tree | commitdiff |
2009-09-29 |
John Resig | Updated the jQuery suite to use the new 'qunit-' prefix... |
tree | commitdiff |
2009-09-29 |
John Resig | Fixed the q() method to use same instead of isSet. |
tree | commitdiff |
2009-09-29 |
John Resig | Switched from using QUnit's isObj/isSet to the more... |
tree | commitdiff |
2009-09-29 |
John Resig | Moved some jQuery-specific test methods into the core... |
tree | commitdiff |
2009-09-29 |
John Resig | Moved the init test script off into a separate file. |
tree | commitdiff |
2009-09-25 |
John Resig | Adding in .unwrap() support, thanks to Ben Alman! Fixes... |
tree | commitdiff |
2009-09-25 |
John Resig | A follow-up to [6578] (which stopped adding expandos... |
tree | commitdiff |
2009-09-17 |
Yehuda Katz | Getting $.param working well; Patch by ben_alman |
tree | commitdiff |
2009-09-16 |
Yehuda Katz | Probably not the optimal solution, but tests pass. |
tree | commitdiff |
2009-09-16 |
Ariel Flesler | jquery event: closes #5250. bind(), unbind() and one... |
tree | commitdiff |
2009-09-15 |
Brandon Aaron | data should not add expando unless actually adding... |
tree | commitdiff |
2009-09-15 |
Brandon Aaron | offset is now a setter |
tree | commitdiff |
2009-09-15 |
Jörn Zaefferer | remove globals in tests for compability with ?noglobals... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | jquery attributes: closes #5234. attr() supports jQuery... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | testrunner: focus & blur events could fail if the windo... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | jquery ajax: addition for #2452. Wasn't working correct... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | jquery ajax: closes #4994. Adding 'context' setting... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | jquery fx: closes #2542. show/hide(0, fn) wasn't callin... |
tree | commitdiff |
2009-09-14 |
Ariel Flesler | testrunner: resetting the scroll position after focusin... |
tree | commitdiff |
2009-09-14 |
Ariel Flesler | jquery data: closes #5224. Exposing the expando. |
tree | commitdiff |
2009-09-14 |
John Resig | Added support for .before(), .after(), and .replaceWith... |
tree | commitdiff |
2009-09-14 |
Ariel Flesler | jquery event: fixes #4989. blur and focus events now... |
tree | commitdiff |
2009-09-14 |
Brandon Aaron | remove and detach unit tests were not cleaning up,... |
tree | commitdiff |
2009-09-14 |
Ariel Flesler | jquery core: Fixed #5202. Fixing selector generation... |
tree | commitdiff |
2009-09-09 |
Ariel Flesler | jquery core: Closes #5189. Added a generic function... |
tree | commitdiff |
2009-09-09 |
John Resig | Added support for .eq(-N), .first(), and .last(). Fixes... |
tree | commitdiff |
2009-09-08 |
John Resig | Removed jQuery.className.(has|remove|add) in favor... |
tree | commitdiff |
2009-09-07 |
John Resig | Broke the logic for .clean() wrap out into a separate... |
tree | commitdiff |
2009-09-07 |
John Resig | Split out the fragment-building code from domManip... |
tree | commitdiff |
2009-09-02 |
Yehuda Katz | Adds nested param serialization; Closes #4201 (by merbjedi) |
tree | commitdiff |
2009-08-27 |
John Resig | Fixed a bug with the isXMLDoc test - also made sure... |
tree | commitdiff |
2009-08-27 |
John Resig | Tweaked the isXMLDoc iframe test case to test the docum... |
tree | commitdiff |
next |