aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Removed all the extra helper macros for 1.1, and adjusted the test suite acco...John Resig2007-01-062-955/+505
* Removed easing formulas and placed them as a plugin under interfaceStefan Petre2007-01-051-621/+512
* fixed typo (easeout); added check if jQuery._$ even exists, added examples fo...Jörn Zaefferer2007-01-052-5/+22
* Changed the default easing functionStefan Petre2007-01-051-11/+5
* Added in the new .noConflict() function for resolving conflict between jQuery...John Resig2007-01-041-0/+18
* Changed transitions to easing. easing is now an object that can be extended t...Stefan Petre2007-01-041-61/+89
* Improved a lot of docs, adding description to examples, merging methods with ...Jörn Zaefferer2007-01-042-184/+150
* Added transition effectStefan Petre2007-01-041-499/+600
* Changed "Hash" to "Map" in docsJörn Zaefferer2007-01-042-15/+20
* Merged the three unbind docs into one, added a few more (optional) hints; Use...Jörn Zaefferer2007-01-042-35/+23
* Updated test for #750Jörn Zaefferer2007-01-031-2/+2
* Added assertions for #750Jörn Zaefferer2007-01-031-1/+4
* Added back the check for safari before checking target.nodeType, IE fails oth...Jörn Zaefferer2007-01-031-1/+1
* Improved docs for append, prepend, before and after, merging the three pairs ...Jörn Zaefferer2007-01-022-104/+56
* It's now possible to trigger default events like .click(), .submit(), .focus(...John Resig2007-01-021-5/+9
* Cleaned up a bunch of the event code, removed .oneEvent() and .unEvent().John Resig2007-01-021-39/+26
* Completely removed pushStack - and all code related to .find(..., fn). The st...John Resig2007-01-021-68/+44
* Fixed types for String|Number and added some more @see tagsJörn Zaefferer2007-01-021-7/+19
* Improved docs for FX module, merging method descriptions and marking optional...Jörn Zaefferer2007-01-021-118/+36
* added evalScripts testMike Alsup2007-01-021-0/+14
* remove test that belonged in ajaxTest.jsMike Alsup2007-01-021-13/+0
* (no commit message)Stefan Petre2007-01-021-566/+566
* update target of evalScripts testMike Alsup2007-01-011-1/+1
* Add test to show evalScripts/find problem.Mike Alsup2007-01-011-0/+14
* Added note for IE's behaviour of stripping script tags when there are no chra...Jörn Zaefferer2007-01-011-0/+1
* Added test and documentation for filter(Function)Jörn Zaefferer2007-01-012-2/+24
* typo, a bit formattingJörn Zaefferer2007-01-011-534/+534
* Fix for #504Brandon Aaron2006-12-311-5/+15
* Moved all the expressions tests over into selector area, out of the main suite.John Resig2006-12-312-139/+140
* Modified tests to show #746Jörn Zaefferer2006-12-311-1/+12
* Improved Mikes hack to ease testing against IE cacheJörn Zaefferer2006-12-311-30/+34
* Moved the bulk of the selector code out into a separate file, changed the bui...John Resig2006-12-312-426/+427
* Moved all the relevant event-related code into the event module.John Resig2006-12-312-304/+313
* add time to test.html request url using new Date().getTime()Mike Alsup2006-12-311-2/+2
* Fixed event.handle to return undefined or falseJörn Zaefferer2006-12-311-1/+2
* Removed documentation for oneXXX and unXXX methods (not yet implementation), ...Jörn Zaefferer2006-12-302-840/+35
* Fixed missing semicolonJörn Zaefferer2006-12-301-1/+1
* Added support for adding multiple classes simultaneously, fixed a bug with re...John Resig2006-12-291-29/+28
* Improved docs for removeClass (optional parameter, removes all classes if not...Jörn Zaefferer2006-12-291-3/+7
* Added in some changes to class handling and some docs for jQuery.nth().John Resig2006-12-291-22/+27
* Fix for #534Jörn Zaefferer2006-12-292-1/+6
* Implemented, tested and documented #202Jörn Zaefferer2006-12-283-17/+65
* Fix for #689Jörn Zaefferer2006-12-241-6/+8
* Fixed minor bug in jQuery.parse[1] expression.John Resig2006-12-231-1/+1
* Removed .ancestors(), fixed the docs for .parent()/.parents().John Resig2006-12-231-30/+2
* Added in #690, the ability to remove an event handler from inside itself.John Resig2006-12-232-1/+20
* Added Yehuda's selector engine improvements (it's now trivial to add in your ...John Resig2006-12-232-8/+12
* Lost a selected check.John Resig2006-12-231-1/+2
* Added back in some of Joern's new .html() docs, and made .text(String) (a lot...John Resig2006-12-231-0/+22
* Added back in Joern's changes - oops! Let me know if I missed any.John Resig2006-12-231-15/+15