| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for #758 | Jörn Zaefferer | 2007-01-07 | 1 | -6/+10 |
* | Fixed #753 in Opera and IE | Jörn Zaefferer | 2007-01-07 | 1 | -2/+2 |
* | Implemented #753 | Jörn Zaefferer | 2007-01-07 | 2 | -4/+49 |
* | Added support for [@foo] against DOM object properties (not just attributes). | John Resig | 2007-01-07 | 1 | -1/+1 |
* | Fixed problem with $("div",$("body")) breaking (returning an array, of length... | John Resig | 2007-01-07 | 2 | -3/+3 |
* | Reorganized the different effects to be in fx.js, instead of jquery.js - and ... | John Resig | 2007-01-07 | 3 | -512/+564 |
* | Updated param method to encode name as well as value (per spec: http://www.w... | Mike Alsup | 2007-01-07 | 2 | -6/+6 |
* | Fixed up the easing documentation. | John Resig | 2007-01-07 | 1 | -11/+8 |
* | Test for #753 | Jörn Zaefferer | 2007-01-07 | 1 | -1/+6 |
* | Fix for #754 | Jörn Zaefferer | 2007-01-07 | 1 | -6/+12 |
* | Fixed test for object/param selection (thanks Andrea) | Jörn Zaefferer | 2007-01-07 | 2 | -5/+4 |
* | Improved the categories of a bunch of docs, upped the version to 1.1. | John Resig | 2007-01-07 | 5 | -70/+70 |
* | Started cleaning up fx, made easing easier to use. | John Resig | 2007-01-07 | 1 | -80/+76 |
* | Fixed the docs for noConflict, fixed a bug with pager. | John Resig | 2007-01-06 | 2 | -6/+12 |
* | Cleaned up some spacing and braces. | John Resig | 2007-01-06 | 1 | -39/+36 |
* | Converted instances of new function(){ ... } to use jQuery.each(...) instead.... | John Resig | 2007-01-06 | 2 | -219/+7 |
* | Removed all the extra helper macros for 1.1, and adjusted the test suite acco... | John Resig | 2007-01-06 | 2 | -955/+505 |
* | Removed easing formulas and placed them as a plugin under interface | Stefan Petre | 2007-01-05 | 1 | -621/+512 |
* | fixed typo (easeout); added check if jQuery._$ even exists, added examples fo... | Jörn Zaefferer | 2007-01-05 | 2 | -5/+22 |
* | Changed the default easing function | Stefan Petre | 2007-01-05 | 1 | -11/+5 |
* | Added in the new .noConflict() function for resolving conflict between jQuery... | John Resig | 2007-01-04 | 1 | -0/+18 |
* | Changed transitions to easing. easing is now an object that can be extended t... | Stefan Petre | 2007-01-04 | 1 | -61/+89 |
* | Improved a lot of docs, adding description to examples, merging methods with ... | Jörn Zaefferer | 2007-01-04 | 3 | -185/+151 |
* | Added transition effect | Stefan Petre | 2007-01-04 | 1 | -499/+600 |
* | Changed "Hash" to "Map" in docs | Jörn Zaefferer | 2007-01-04 | 3 | -16/+21 |
* | Merged the three unbind docs into one, added a few more (optional) hints; Use... | Jörn Zaefferer | 2007-01-04 | 2 | -35/+23 |
* | Updated test for #750 | Jörn Zaefferer | 2007-01-03 | 2 | -2/+7 |
* | Added assertions for #750 | Jörn Zaefferer | 2007-01-03 | 1 | -1/+4 |
* | ChangeLog is the more common name for this file. | John Resig | 2007-01-03 | 1 | -0/+0 |
* | Updated the list of whats changed. | John Resig | 2007-01-03 | 1 | -0/+5 |
* | Added back the check for safari before checking target.nodeType, IE fails oth... | Jörn Zaefferer | 2007-01-03 | 1 | -1/+1 |
* | Messed around with API document: Improved layout, removed animation, added <C... | Jörn Zaefferer | 2007-01-02 | 4 | -10/+9 |
* | Improved docs for append, prepend, before and after, merging the three pairs ... | Jörn Zaefferer | 2007-01-02 | 3 | -104/+57 |
* | It's now possible to trigger default events like .click(), .submit(), .focus(... | John Resig | 2007-01-02 | 1 | -5/+9 |
* | Cleaned up a bunch of the event code, removed .oneEvent() and .unEvent(). | John Resig | 2007-01-02 | 1 | -39/+26 |
* | Completely removed pushStack - and all code related to .find(..., fn). The st... | John Resig | 2007-01-02 | 1 | -68/+44 |
* | Fixed types for String|Number and added some more @see tags | Jörn Zaefferer | 2007-01-02 | 1 | -7/+19 |
* | Improved docs for FX module, merging method descriptions and marking optional... | Jörn Zaefferer | 2007-01-02 | 2 | -121/+41 |
* | added evalScripts test | Mike Alsup | 2007-01-02 | 1 | -0/+14 |
* | remove test that belonged in ajaxTest.js | Mike Alsup | 2007-01-02 | 1 | -13/+0 |
* | (no commit message) | Stefan Petre | 2007-01-02 | 1 | -566/+566 |
* | update target of evalScripts test | Mike Alsup | 2007-01-01 | 1 | -1/+1 |
* | Add test to show evalScripts/find problem. | Mike Alsup | 2007-01-01 | 1 | -0/+14 |
* | Add new test file | Mike Alsup | 2007-01-01 | 1 | -0/+12 |
* | Added note for IE's behaviour of stripping script tags when there are no chra... | Jörn Zaefferer | 2007-01-01 | 1 | -0/+1 |
* | Added test and documentation for filter(Function) | Jörn Zaefferer | 2007-01-01 | 2 | -2/+24 |
* | typo, a bit formatting | Jörn Zaefferer | 2007-01-01 | 1 | -534/+534 |
* | Fix for #504 | Brandon Aaron | 2006-12-31 | 1 | -5/+15 |
* | Moved all the expressions tests over into selector area, out of the main suite. | John Resig | 2006-12-31 | 3 | -139/+141 |
* | Modified tests to show #746 | Jörn Zaefferer | 2006-12-31 | 3 | -2/+16 |