2009-07-12 |
Yehuda Katz | Add clearQueue for clearing non-fx queues |
tree | commitdiff |
2009-07-12 |
Yehuda Katz | Added a next() shortcut for queues |
tree | commitdiff |
2009-07-11 |
John Resig | Fixes regression in .attr(), patch by David Flanagan... |
tree | commitdiff |
2009-06-20 |
Ariel Flesler | jquery core: Closes #2827. jQuery.each iterates over... |
tree | commitdiff |
2009-06-17 |
Brandon Aaron | fix for #3533, triggering an event with a colon in... |
tree | commitdiff |
2009-06-15 |
John Resig | Minor tab-spacing tweak. |
tree | commitdiff |
2009-06-15 |
John Resig | Adding support for etags in $.ajax() - and simplified... |
tree | commitdiff |
2009-05-20 |
John Resig | Reverting accidental test suite corruption from the... |
tree | commitdiff |
2009-05-20 |
John Resig | Removed some cases of strict errors. |
tree | commitdiff |
2009-05-20 |
John Resig | Switched to using new Function instead of eval for... |
tree | commitdiff |
2009-05-16 |
Brandon Aaron | error case for an ajax test |
tree | commitdiff |
2009-05-16 |
Brandon Aaron | prevent fx test html from showing in IE |
tree | commitdiff |
2009-05-16 |
Brandon Aaron | unit tests for setting cellspacing, rowspan, and colspan |
tree | commitdiff |
2009-05-14 |
Brandon Aaron | opacity is now retrieved from stylesheet in IE. fixes... |
tree | commitdiff |
2009-05-07 |
Brandon Aaron | another unit test for index method |
tree | commitdiff |
2009-05-07 |
Brandon Aaron | .bind() now accepts an optional thisObject as the last... |
tree | commitdiff |
2009-05-06 |
Brandon Aaron | fix for #4234. hover can take one function to use for... |
tree | commitdiff |
2009-05-04 |
Brandon Aaron | unit tests for using jQuery events on non-dom elements... |
tree | commitdiff |
2009-05-04 |
Brandon Aaron | fix :hidden selector that was accidentally reverted... |
tree | commitdiff |
2009-05-03 |
Ariel Flesler | testrunner: Updating an orphaned test |
tree | commitdiff |
2009-05-03 |
Ariel Flesler | jquery core: $() -> $(document) and $(undefined) -... |
tree | commitdiff |
2009-05-02 |
Brandon Aaron | make sure toggleClass does not delete classNames when... |
tree | commitdiff |
2009-05-02 |
Brandon Aaron | toggleClass can now toggle multiple classNames (space... |
tree | commitdiff |
2009-05-02 |
Brandon Aaron | actually should be 6330, not 6329 |
tree | commitdiff |
2009-05-02 |
Brandon Aaron | index now works in reverse when passed a selector or... |
tree | commitdiff |
2009-05-01 |
Brandon Aaron | fix global event triggering that i broke in r6323 |
tree | commitdiff |
2009-04-30 |
Brandon Aaron | live event handlers now receive data from trigger,... |
tree | commitdiff |
2009-04-30 |
Brandon Aaron | refactor specialAll into add and remove hooks for exist... |
tree | commitdiff |
2009-04-29 |
Brandon Aaron | enable test for binding events cross-frame that was... |
tree | commitdiff |
2009-04-29 |
Brandon Aaron | .unbind() without any arguments now also unbinds namesp... |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | fix for #4216. css now ignores negative numbers for... |
tree | commitdiff |
2009-04-20 |
John Resig | Added explicit module names to the new unit tests. |
tree | commitdiff |
2009-03-31 |
John Resig | Unified the formatting of core.js. === or !== are used... |
tree | commitdiff |
2009-03-22 |
Brandon Aaron | moving dimension related unit tests to dimensions test... |
tree | commitdiff |
2009-03-22 |
Brandon Aaron | decoupling styles retrieval from the attr method |
tree | commitdiff |
2009-03-20 |
Brandon Aaron | fix for #4189, live/die now work with contexts other... |
tree | commitdiff |
2009-03-18 |
Brandon Aaron | breaking jquery out into smaller modules. added attribu... |
tree | commitdiff |
2009-03-18 |
Brandon Aaron | fix for #4374, gap in :hidden, :visible logic |
tree | commitdiff |
2009-03-17 |
Brandon Aaron | fix for #3688, setting type attribute on button causes... |
tree | commitdiff |
2009-02-28 |
John Resig | Simplified the structure of the .css() and .attr()... |
tree | commitdiff |
2009-02-23 |
Ariel Flesler | jquery event: Fixing event.currentTarget for live(). |
tree | commitdiff |
2009-02-20 |
John Resig | Made sure that .remove now uses multiFilter. Fixes... |
tree | commitdiff |
2009-02-19 |
John Resig | Fixed one of the selector tests that was reporting... |
tree | commitdiff |
2009-02-19 |
John Resig | Disabled some of the animation tests that were being... |
tree | commitdiff |
2009-02-18 |
John Resig | Missed an other search-related test. |
tree | commitdiff |
2009-02-18 |
John Resig | Fixed some tests that were changed (fixed!) by fixing... |
tree | commitdiff |
2009-02-18 |
John Resig | Made it so that search input elements are now serialize... |
tree | commitdiff |
2009-02-18 |
John Resig | Made it so that appendTo, etc. return the inserted... |
tree | commitdiff |
2009-02-17 |
John Resig | Updated the show() tests to work without the use of... |
tree | commitdiff |
2009-02-17 |
John Resig | Reorganized and disabled some of the height/width tests... |
tree | commitdiff |
2009-02-17 |
John Resig | Brought back the compareDocumentPosition code. While... |
tree | commitdiff |
2009-02-17 |
John Resig | Changed the currentTarget test - no need to test the... |
tree | commitdiff |
2009-02-17 |
John Resig | Changed some of the fx/stop tests to handle the new... |
tree | commitdiff |
2009-02-17 |
John Resig | Made the div showing a little more explicit - making... |
tree | commitdiff |
2009-02-17 |
John Resig | Tweaked some of the selector tests to handle some of... |
tree | commitdiff |
2009-02-17 |
John Resig | Reorganized some of the animation tests to work with... |
tree | commitdiff |
2009-02-17 |
John Resig | Disabled one of the ordering tests that was taking... |
tree | commitdiff |
2009-02-17 |
John Resig | Fixed some more CSS/visibility tests. |
tree | commitdiff |
2009-02-17 |
John Resig | Changed a bunch of the DOM tests to work in Document... |
tree | commitdiff |
2009-02-17 |
John Resig | Updated some of the display/visible/hidden tests to... |
tree | commitdiff |
2009-02-17 |
Ariel Flesler | testrunner: Misc |
tree | commitdiff |
2009-02-17 |
Ariel Flesler | jquery event: closes #4033. e.currentTarget wasn't... |
tree | commitdiff |
2009-02-16 |
John Resig | Added support for class selectors and class attribute... |
tree | commitdiff |
2009-02-16 |
John Resig | Fixed an issue with :nth-child selectors embedded in... |
tree | commitdiff |
2009-02-16 |
John Resig | Change the behavior of how :visible and :hidden work... |
tree | commitdiff |
2009-02-16 |
John Resig | Fixed a bug with certain + selectors failing (Fixes... |
tree | commitdiff |
2009-02-15 |
John Resig | Fixed the issue where weird characters were being used... |
tree | commitdiff |
2009-02-15 |
John Resig | Make sure that [name=FOO] searches actually have the... |
tree | commitdiff |
2009-02-15 |
John Resig | Added fixes for two different :not() bugs. One with... |
tree | commitdiff |
2009-02-15 |
John Resig | Updated the copy of jQuery and added some more context... |
tree | commitdiff |
2009-02-14 |
John Resig | Provide a graceful failover for [name=foo] queries... |
tree | commitdiff |
2009-02-14 |
John Resig | Added support for sorting in Safari - when querySelecto... |
tree | commitdiff |
2009-02-14 |
John Resig | Disabled expando selector tests - they don't work in... |
tree | commitdiff |
2009-02-14 |
John Resig | Make sure that elements are returned in document order... |
tree | commitdiff |
2009-02-09 |
John Resig | Fixed bubbling of live events (if an inner element... |
tree | commitdiff |
2009-02-09 |
John Resig | Reworked the attribute selection code to be able to... |
tree | commitdiff |
2009-02-09 |
John Resig | Reworked the .clone() function in IE. Fixes jQuery... |
tree | commitdiff |
2009-02-07 |
John Resig | Added a fix for empty attribute selection values. Fixes... |
tree | commitdiff |
2009-02-07 |
John Resig | Added logic for not using getElementsByClassName in... |
tree | commitdiff |
2009-01-22 |
John Resig | Tweaked one of the selector tests. |
tree | commitdiff |
2009-01-21 |
John Resig | A follow-up for bug #3945. ID selectors don't work... |
tree | commitdiff |
2009-01-21 |
John Resig | Make sure that [name=foo] and #id selectors don't use... |
tree | commitdiff |
2009-01-21 |
John Resig | Now handle the case where Safari's querySelectorAll... |
tree | commitdiff |
2009-01-21 |
John Resig | After discussing it with a number of users I've decided... |
tree | commitdiff |
2009-01-21 |
John Resig | CHILD positions were being cached improperly. Tweaked... |
tree | commitdiff |
2009-01-20 |
John Resig | Added support for a[name^='foo['] style selectors.... |
tree | commitdiff |
2009-01-20 |
John Resig | Made sure that .removeClass(null) doesn't throw an... |
tree | commitdiff |
2009-01-20 |
John Resig | Focused support of .live(). stopPropagation and stopImm... |
tree | commitdiff |
2009-01-20 |
John Resig | Re-worked the logic for where .selector and .context... |
tree | commitdiff |
2009-01-19 |
John Resig | Added two more tweaks for XHTML core tests. |
tree | commitdiff |
2009-01-19 |
John Resig | Made some tweaks to the core tests so that they'll... |
tree | commitdiff |
2009-01-19 |
John Resig | Landing a fix for non-link anchor tabIndex (from scott... |
tree | commitdiff |
2009-01-19 |
John Resig | Added a way to run the test suite as an XHTML page. |
tree | commitdiff |
2009-01-19 |
John Resig | Merged some recent fixes in from Sizzle. |
tree | commitdiff |
2009-01-14 |
Ariel Flesler | jquery fx: sync animations were being left on jQuery... |
tree | commitdiff |
2009-01-13 |
John Resig | Merged Sizzle changes back into jQuery. |
tree | commitdiff |
2009-01-12 |
John Resig | Only try to wrap the element if it's not disconnected... |
tree | commitdiff |
2009-01-12 |
John Resig | Fixed an issue with parentNode being accessed in attr... |
tree | commitdiff |
2009-01-12 |
John Resig | Had to remove the global variable tricks (especially... |
tree | commitdiff |
2009-01-11 |
John Resig | Prevented non-script <script> blocks from executing... |
tree | commitdiff |
next |