aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed test for object/param selection (thanks Andrea)Jörn Zaefferer2007-01-072-5/+4
|
* Improved the categories of a bunch of docs, upped the version to 1.1.John Resig2007-01-075-70/+70
|
* Started cleaning up fx, made easing easier to use.John Resig2007-01-071-80/+76
|
* Fixed the docs for noConflict, fixed a bug with pager.John Resig2007-01-062-6/+12
|
* Cleaned up some spacing and braces.John Resig2007-01-061-39/+36
|
* Converted instances of new function(){ ... } to use jQuery.each(...) ↵John Resig2007-01-062-219/+7
| | | | instead. Also, removed unnecessary documentation for trigger functions (.mouseup()!?).
* Removed all the extra helper macros for 1.1, and adjusted the test suite ↵John Resig2007-01-062-955/+505
| | | | accordingly.
* 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 ↵Jörn Zaefferer2007-01-052-5/+22
| | | | for usage of $.noConflict()
* Changed the default easing functionStefan Petre2007-01-051-11/+5
|
* Added in the new .noConflict() function for resolving conflict between ↵John Resig2007-01-041-0/+18
| | | | jQuery and other $ functions.
* Changed transitions to easing. easing is now an object that can be extended ↵Stefan Petre2007-01-041-61/+89
| | | | to add new easing functions.
* Improved a lot of docs, adding description to examples, merging methods with ↵Jörn Zaefferer2007-01-043-185/+151
| | | | optional arguments; Modified filter(Function) to set correct scope (this == element) instead of passing element as argument
* Added transition effectStefan Petre2007-01-041-499/+600
|
* Changed "Hash" to "Map" in docsJörn Zaefferer2007-01-043-16/+21
|
* Merged the three unbind docs into one, added a few more (optional) hints; ↵Jörn Zaefferer2007-01-042-35/+23
| | | | Use one() instead of bind() for unload
* Updated test for #750Jörn Zaefferer2007-01-032-2/+7
|
* Added assertions for #750Jörn Zaefferer2007-01-031-1/+4
|
* ChangeLog is the more common name for this file.John Resig2007-01-031-0/+0
|
* Updated the list of whats changed.John Resig2007-01-031-0/+5
|
* Added back the check for safari before checking target.nodeType, IE fails ↵Jörn Zaefferer2007-01-031-1/+1
| | | | otherwise
* Messed around with API document: Improved layout, removed animation, added ↵Jörn Zaefferer2007-01-024-10/+9
| | | | <Content> type
* Improved docs for append, prepend, before and after, merging the three pairs ↵Jörn Zaefferer2007-01-023-104/+57
| | | | into one
* It's now possible to trigger default events like .click(), .submit(), ↵John Resig2007-01-021-5/+9
| | | | .focus(), etc. Using the jQuery event trigger.
* 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 ↵John Resig2007-01-021-68/+44
| | | | stack is, also, non-destructive and maintained nicely using references.
* 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 ↵Jörn Zaefferer2007-01-022-121/+41
| | | | optional arguments
* 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
|
* Add new test fileMike Alsup2007-01-011-0/+12
|
* Added note for IE's behaviour of stripping script tags when there are no ↵Jörn Zaefferer2007-01-011-0/+1
| | | | chracters in front of it (see #746)
* 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-313-139/+141
|
* Modified tests to show #746Jörn Zaefferer2006-12-313-2/+16
|
* Improved Mikes hack to ease testing against IE cacheJörn Zaefferer2006-12-313-31/+48
|
* Moved the bulk of the selector code out into a separate file, changed the ↵John Resig2006-12-314-488/+491
| | | | build files to represent this.
* 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
|
* Fix for #745Jörn Zaefferer2006-12-301-2/+2
|
* Removed documentation for oneXXX and unXXX methods (not yet implementation), ↵Jörn Zaefferer2006-12-302-840/+35
| | | | added implementation for one()
* Fixed missing semicolonJörn Zaefferer2006-12-301-1/+1
|
* Added support for adding multiple classes simultaneously, fixed a bug with ↵John Resig2006-12-291-29/+28
| | | | remove class.
* Improved docs for removeClass (optional parameter, removes all classes if ↵Jörn Zaefferer2006-12-291-3/+7
| | | | not specified)