2009-02-16 |
Brandon Aaron | fix show issue in IE 6. "olddisplay" is sometimes undef... |
blob | commitdiff |
2009-02-13 |
John Resig | Landing a fix for a case where the animation timer... |
blob | commitdiff | diff to current |
2009-02-09 |
John Resig | Added a performance improvement to .hide()/.show()... |
blob | commitdiff | diff to current |
2009-01-14 |
Ariel Flesler | jquery fx: sync animations were being left on jQuery... |
blob | commitdiff | diff to current |
2009-01-05 |
Ariel Flesler | jquery fx: Shortening the code additions on [6037]. |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | Made hide, show, toggle, slideUp, slideDown, and slideT... |
blob | commitdiff | diff to current |
2009-01-02 |
John Resig | Fixed an issue that was introduced by [5743] (which... |
blob | commitdiff | diff to current |
2008-12-30 |
Ariel Flesler | jquery data: Closes #3539. Exposed jQuery.queue. Moved... |
blob | commitdiff | diff to current |
2008-12-25 |
Ariel Flesler | jquery fx: Fixed redundant code |
blob | commitdiff | diff to current |
2008-12-25 |
Ariel Flesler | jquery fx: Closes #3219. jQuery.fn.toggle can accept... |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Rewrote the hide and show methods to fix the issue... |
blob | commitdiff | diff to current |
2008-11-18 |
John Resig | Made a mistake in the patch for #3618, landing fix. |
blob | commitdiff | diff to current |
2008-11-17 |
John Resig | Standardized the type checks across core. isFunction... |
blob | commitdiff | diff to current |
2008-10-29 |
Ariel Flesler | jquery core: closes #3541. Added isArray. |
blob | commitdiff | diff to current |
2008-10-22 |
Ariel Flesler | jquery fx: closes #3496. $.fx.off = true; turns off... |
blob | commitdiff | diff to current |
2008-10-18 |
Ariel Flesler | jquery fx: closes #3495. Animations are synchronous... |
blob | commitdiff | diff to current |
2008-07-03 |
Ariel Flesler | jquery fx: closes #3128. Saved some bytes when creating... |
blob | commitdiff | diff to current |
2008-06-24 |
Paul Bakaus | fx: 1) patch from Ariel removes the need of adding... |
blob | commitdiff | diff to current |
2008-06-20 |
Ariel Flesler | jquery ajax: renamed $.fx.speeds.def to _default to... |
blob | commitdiff | diff to current |
2008-06-20 |
Ariel Flesler | jquery ajax: making Paul's last change([5735]) shorter. |
blob | commitdiff | diff to current |
2008-06-20 |
Paul Bakaus | fx: animate() can now animate any property on a generic... |
blob | commitdiff | diff to current |
2008-05-16 |
Ariel Flesler | jquery fx: removing a needless comment after the last... |
blob | commitdiff | diff to current |
2008-05-16 |
Ariel Flesler | jquery fx: removing 2 unnecessary isFunction calls... |
blob | commitdiff | diff to current |
2008-05-13 |
Ariel Flesler | jquery: removing unnecessary trailing and leading space... |
blob | commitdiff | diff to current |
2008-05-13 |
Ariel Flesler | jquery event & fx: tidying some comments. |
blob | commitdiff | diff to current |
2008-05-12 |
Ariel Flesler | jquery fx & event: replaced the use of .apply(), where... |
blob | commitdiff | diff to current |
2008-05-02 |
Ariel Flesler | jquery fx: adding jQuery.fx.def as default speed for... |
blob | commitdiff | diff to current |
2008-04-29 |
Ariel Flesler | mainly made the code shorter: |
blob | commitdiff | diff to current |
2008-04-29 |
Ariel Flesler | jquery event: jQuery.toggle can accept more than 2... |
blob | commitdiff | diff to current |
2008-04-24 |
Ariel Flesler | jquery core: simplified the code using the new jQuery... |
blob | commitdiff | diff to current |
2008-01-12 |
David Serduke | Fixed an edge case in show() where the css says the... |
blob | commitdiff | diff to current |
2007-12-20 |
David Serduke | Fixed #2080 by removing the check for nodeType != 1... |
blob | commitdiff | diff to current |
2007-12-16 |
David Serduke | Fixed #1781 for warnings created on load by FF javascri... |
blob | commitdiff | diff to current |
2007-12-08 |
Brandon Aaron | show is now element aware (#960) |
blob | commitdiff | diff to current |
2007-12-07 |
David Serduke | Fixed #1039 and #1733 by going through the core API... |
blob | commitdiff | diff to current |
2007-11-30 |
David Serduke | Added enchancement for #1994 by adding two parameters... |
blob | commitdiff | diff to current |
2007-11-27 |
David Serduke | Fixed #1942 but running jQuery.css() before jQuery... |
blob | commitdiff | diff to current |
2007-11-16 |
David Serduke | Fix #1827 bug where extra setInterval()s can be called... |
blob | commitdiff | diff to current |
2007-11-16 |
David Serduke | Fixed #1822 bug where queue() didn't always default... |
blob | commitdiff | diff to current |
2007-11-16 |
David Serduke | Fix for #1823 bug in animate {queue:false} plus a unit... |
blob | commitdiff | diff to current |
2007-10-18 |
John Resig | Added a fix for bug #1751, where the options getting... |
blob | commitdiff | diff to current |
2007-09-15 |
John Resig | Fixed animating to 0% (Bug #1586). |
blob | commitdiff | diff to current |
2007-09-15 |
John Resig | Forgot the 'var' statement, causing variables to leak... |
blob | commitdiff | diff to current |
2007-09-15 |
John Resig | Convert relative animations to use -= and += (instead... |
blob | commitdiff | diff to current |
2007-09-14 |
John Resig | Fixed some bugs in how .queue() works (it wasn't handli... |
blob | commitdiff | diff to current |
2007-09-12 |
Sean Catchpole | Absolutely position animations, damn my twichy fingers... |
blob | commitdiff | diff to current |
2007-09-12 |
Sean Catchpole | Animate should absolutely position if a number is passe... |
blob | commitdiff | diff to current |
2007-09-10 |
John Resig | Fixed a bug that was occurring in the packed version... |
blob | commitdiff | diff to current |
2007-09-09 |
John Resig | Moved the fx queueing over to the new expando system. |
blob | commitdiff | diff to current |
2007-09-09 |
John Resig | .stop() wouldn't resume any queued animations. |
blob | commitdiff | diff to current |
2007-09-08 |
John Resig | Reorganzing the jQuery source (first phase). |
blob | commitdiff | diff to current |
|