Disable building the lite and packed versions of jQuery by default (no longer needed).
[jquery.git] / test /
2009-02-17 John ResigBrought back the compareDocumentPosition code. While...
2009-02-17 John ResigChanged the currentTarget test - no need to test the...
2009-02-17 John ResigChanged some of the fx/stop tests to handle the new...
2009-02-17 John ResigMade the div showing a little more explicit - making...
2009-02-17 John ResigTweaked some of the selector tests to handle some of...
2009-02-17 John ResigReorganized some of the animation tests to work with...
2009-02-17 John ResigDisabled one of the ordering tests that was taking...
2009-02-17 John ResigFixed some more CSS/visibility tests.
2009-02-17 John ResigChanged a bunch of the DOM tests to work in Document...
2009-02-17 John ResigUpdated some of the display/visible/hidden tests to...
2009-02-17 Ariel Fleslertestrunner: Misc
2009-02-17 Ariel Fleslerjquery event: closes #4033. e.currentTarget wasn't...
2009-02-16 John ResigAdded support for class selectors and class attribute...
2009-02-16 John ResigFixed an issue with :nth-child selectors embedded in...
2009-02-16 John ResigChange the behavior of how :visible and :hidden work...
2009-02-16 John ResigFixed a bug with certain + selectors failing (Fixes...
2009-02-15 John ResigFixed the issue where weird characters were being used...
2009-02-15 John ResigMake sure that [name=FOO] searches actually have the...
2009-02-15 John ResigAdded fixes for two different :not() bugs. One with...
2009-02-15 John ResigUpdated the copy of jQuery and added some more context...
2009-02-14 John ResigProvide a graceful failover for [name=foo] queries...
2009-02-14 John ResigAdded support for sorting in Safari - when querySelecto...
2009-02-14 John ResigDisabled expando selector tests - they don't work in...
2009-02-14 John ResigMake sure that elements are returned in document order...
2009-02-09 John ResigFixed bubbling of live events (if an inner element...
2009-02-09 John ResigReworked the attribute selection code to be able to...
2009-02-09 John ResigReworked the .clone() function in IE. Fixes jQuery...
2009-02-07 John ResigAdded a fix for empty attribute selection values. Fixes...
2009-02-07 John ResigAdded logic for not using getElementsByClassName in...
2009-01-22 John ResigTweaked one of the selector tests.
2009-01-21 John ResigA follow-up for bug #3945. ID selectors don't work...
2009-01-21 John ResigMake sure that [name=foo] and #id selectors don't use...
2009-01-21 John ResigNow handle the case where Safari's querySelectorAll...
2009-01-21 John ResigAfter discussing it with a number of users I've decided...
2009-01-21 John ResigCHILD positions were being cached improperly. Tweaked...
2009-01-20 John ResigAdded support for a[name^='foo['] style selectors....
2009-01-20 John ResigMade sure that .removeClass(null) doesn't throw an...
2009-01-20 John ResigFocused support of .live(). stopPropagation and stopImm...
2009-01-20 John ResigRe-worked the logic for where .selector and .context...
2009-01-19 John ResigAdded two more tweaks for XHTML core tests.
2009-01-19 John ResigMade some tweaks to the core tests so that they'll...
2009-01-19 John ResigLanding a fix for non-link anchor tabIndex (from scott...
2009-01-19 John ResigAdded a way to run the test suite as an XHTML page.
2009-01-19 John ResigMerged some recent fixes in from Sizzle.
2009-01-14 Ariel Fleslerjquery fx: sync animations were being left on jQuery...
2009-01-13 John ResigMerged Sizzle changes back into jQuery.
2009-01-12 John ResigOnly try to wrap the element if it's not disconnected...
2009-01-12 John ResigFixed an issue with parentNode being accessed in attr...
2009-01-12 John ResigHad to remove the global variable tricks (especially...
2009-01-11 John ResigPrevented non-script <script> blocks from executing...
2009-01-10 John Resig.closest() with positional selectors wasn't worked...
2009-01-10 John ResigLanded a fix for when a DOM element gets accidentally...
2009-01-10 John ResigFixed an issue with script nodes being removed incorrec...
2009-01-10 Ariel Fleslertestrunner: Putting back the global variables used...
2009-01-09 Ariel Fleslertestrunner: Removing every global variable leaked withi...
2009-01-09 John ResigDidn't get specific enough with the proxy guid, fixes...
2009-01-09 John ResigMade it so that you can bind a single function to multi...
2009-01-08 Ariel Fleslertestrunner: refactored unbind's tests. Including one...
2009-01-08 John ResigSelector state wasn't being passed along on a cloned...
2009-01-07 Scott GonzálezFixed tabindex normalization so that elements that...
2009-01-05 John ResigDisabled an extra event binding.
2009-01-05 John ResigTimeout test appears to be flaky - disabling, for now.
2009-01-05 John ResigThe timeout test was waiting for 10 seconds - unnecessa...
2009-01-05 John ResigSimplified the XML clone test.
2009-01-05 John ResigSimplified the XML selector test (save the result).
2009-01-05 John ResigFixed an issue with how broken selector tests were...
2009-01-05 John ResigLanded cross-browser support for tabIndex, by Scott...
2009-01-05 John ResigForgot to merge in some of the new tests from Sizzle.
2009-01-05 John ResigSynced with the Sizzle repository.
2009-01-03 John ResigLanded a proper fix for #3255 - which involves doing...
2009-01-02 John ResigFixed an issue that was introduced by [5743] (which...
2009-01-02 Ariel Fleslerjquery event: closes #3772. The extra function on ...
2009-01-02 John ResigDisabled testing of em-defined borders, need to look...
2009-01-02 John ResigThe exact escaping of the text() test isn't important...
2008-12-31 John ResigFixed an issue with .not("#foo, bar") not working corre...
2008-12-31 Ariel Fleslerjquery event:
2008-12-30 John ResigMade sure that return false works in .live() along...
2008-12-30 Ariel Fleslerjquery data: Closes #3539. Exposed jQuery.queue. Moved...
2008-12-29 Ariel Fleslerjquery event: jQuery.Event can be instantiated without...
2008-12-25 Ariel Fleslerjquery event: Closes #3662. Adds a jQuery.Event class...
2008-12-25 Ariel Fleslerjquery fx: Closes #3219. jQuery.fn.toggle can accept...
2008-12-25 Ariel Fleslerjquery core: Closes #1681. jQuery.fn.toggleClass can...
2008-12-25 Ariel Fleslerjquery core: Closes #3255. The div used in jQuery.clean...
2008-12-25 Ariel Fleslerjquery core: Closes #3641. jQuery.merge stopped looping...
2008-12-22 John ResigAdded a new liveQuery/event delegation hybrid method...
2008-12-22 John ResigMade sure that the correct event.taget is being used...
2008-12-22 John ResigAdded support for bubbling triggered events.
2008-12-22 John ResigAdded support for the new .closest() method (very usefu...
2008-12-20 John ResigLanding the new Sizzle selector engine. There'll need...
2008-12-19 John ResigFixed line-ending issue.
2008-12-19 John ResigTweaked mis-numbered makeArray test.
2008-12-19 John ResigSwitched to using DOM Fragments in domManip.
2008-12-19 John ResigAdded selector path logging (creates a trail that plugi...
2008-12-19 John ResigAdded support for multiple-namespaced events (in bind...
2008-12-16 Ariel Fleslertestrunner: re adding the test for a function within...
2008-11-10 Brandon Aaronnew offset method, faster and no more browser detection
2008-10-24 Jörn Zaefferercore: tests cleanup for compability with qunit updates...
2008-10-21 Ariel Fleslertest runner: Commented 2 tests that jam the suite.
2008-10-18 Ariel Fleslertestrunner: fixing tests that were broken due to recent...
2008-08-21 John ResigA test was using the old / child selector syntax -...
next