jquery core: removed the version.txt newline; please keep it that way, otherwise...
[jquery.git] / test /
2009-05-20 John ResigReverting accidental test suite corruption from the...
2009-05-20 John ResigRemoved some cases of strict errors.
2009-05-20 John ResigSwitched to using new Function instead of eval for...
2009-05-16 Brandon Aaronerror case for an ajax test
2009-05-16 Brandon Aaronprevent fx test html from showing in IE
2009-05-16 Brandon Aaronunit tests for setting cellspacing, rowspan, and colspan
2009-05-14 Brandon Aaronopacity is now retrieved from stylesheet in IE. fixes...
2009-05-07 Brandon Aaronanother unit test for index method
2009-05-07 Brandon Aaron.bind() now accepts an optional thisObject as the last...
2009-05-06 Brandon Aaronfix for #4234. hover can take one function to use for...
2009-05-04 Brandon Aaronunit tests for using jQuery events on non-dom elements...
2009-05-04 Brandon Aaronfix :hidden selector that was accidentally reverted...
2009-05-03 Ariel Fleslertestrunner: Updating an orphaned test
2009-05-03 Ariel Fleslerjquery core: $() -> $(document) and $(undefined) -...
2009-05-02 Brandon Aaronmake sure toggleClass does not delete classNames when...
2009-05-02 Brandon AarontoggleClass can now toggle multiple classNames (space...
2009-05-02 Brandon Aaronactually should be 6330, not 6329
2009-05-02 Brandon Aaronindex now works in reverse when passed a selector or...
2009-05-01 Brandon Aaronfix global event triggering that i broke in r6323
2009-04-30 Brandon Aaronlive event handlers now receive data from trigger,...
2009-04-30 Brandon Aaronrefactor specialAll into add and remove hooks for exist...
2009-04-29 Brandon Aaronenable test for binding events cross-frame that was...
2009-04-29 Brandon Aaron.unbind() without any arguments now also unbinds namesp...
2009-04-22 Brandon Aaronfix for #4216. css now ignores negative numbers for...
2009-04-20 John ResigAdded explicit module names to the new unit tests.
2009-03-31 John ResigUnified the formatting of core.js. === or !== are used...
2009-03-22 Brandon Aaronmoving dimension related unit tests to dimensions test...
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method
2009-03-20 Brandon Aaronfix for #4189, live/die now work with contexts other...
2009-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...
2009-03-18 Brandon Aaronfix for #4374, gap in :hidden, :visible logic
2009-03-17 Brandon Aaronfix for #3688, setting type attribute on button causes...
2009-02-28 John ResigSimplified the structure of the .css() and .attr()...
2009-02-23 Ariel Fleslerjquery event: Fixing event.currentTarget for live().
2009-02-20 John ResigMade sure that .remove now uses multiFilter. Fixes...
2009-02-19 John ResigFixed one of the selector tests that was reporting...
2009-02-19 John ResigDisabled some of the animation tests that were being...
2009-02-18 John ResigMissed an other search-related test.
2009-02-18 John ResigFixed some tests that were changed (fixed!) by fixing...
2009-02-18 John ResigMade it so that search input elements are now serialize...
2009-02-18 John ResigMade it so that appendTo, etc. return the inserted...
2009-02-17 John ResigUpdated the show() tests to work without the use of...
2009-02-17 John ResigReorganized and disabled some of the height/width tests...
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...
next