aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery
Commit message (Expand)AuthorAgeFilesLines
...
* Improved the categories of a bunch of docs, upped the version to 1.1.John Resig2007-01-071-17/+17
* Fixed the docs for noConflict, fixed a bug with pager.John Resig2007-01-061-5/+9
* Removed all the extra helper macros for 1.1, and adjusted the test suite acco...John Resig2007-01-062-955/+505
* fixed typo (easeout); added check if jQuery._$ even exists, added examples fo...Jörn Zaefferer2007-01-051-4/+21
* Added in the new .noConflict() function for resolving conflict between jQuery...John Resig2007-01-041-0/+18
* Improved a lot of docs, adding description to examples, merging methods with ...Jörn Zaefferer2007-01-042-184/+150
* Changed "Hash" to "Map" in docsJörn Zaefferer2007-01-041-7/+9
* Improved docs for append, prepend, before and after, merging the three pairs ...Jörn Zaefferer2007-01-022-104/+56
* Completely removed pushStack - and all code related to .find(..., fn). The st...John Resig2007-01-021-68/+44
* remove test that belonged in ajaxTest.jsMike Alsup2007-01-021-13/+0
* update target of evalScripts testMike Alsup2007-01-011-1/+1
* Add test to show evalScripts/find problem.Mike Alsup2007-01-011-0/+14
* Added test and documentation for filter(Function)Jörn Zaefferer2007-01-012-2/+24
* Moved all the expressions tests over into selector area, out of the main suite.John Resig2006-12-311-139/+0
* Moved the bulk of the selector code out into a separate file, changed the bui...John Resig2006-12-311-426/+1
* Moved all the relevant event-related code into the event module.John Resig2006-12-311-304/+0
* 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-301-0/+33
* 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
* Implemented, tested and documented #202Jörn Zaefferer2006-12-282-17/+22
* 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
* Made significant changes to the expression engine. Is now significantly faste...John Resig2006-12-232-3130/+3270
* Fixed event fixing (Opera provides event.srcElement, only create pageX if cli...Jörn Zaefferer2006-12-221-9/+5
* Fixed docs for html()Jörn Zaefferer2006-12-201-0/+6
* Improved event fixing, using less browser and more object detectionJörn Zaefferer2006-12-201-15/+13
* Fix for #468Jörn Zaefferer2006-12-191-0/+2
* (no commit message)Jörn Zaefferer2006-12-192-3/+8
* jQuery.merge speedup, bug#444Dave Methvin2006-12-192-38/+50
* Fix for #511Jörn Zaefferer2006-12-181-2/+2
* Replaced the rest of the x.constructor != String comparions with typeof (Than...Jörn Zaefferer2006-12-151-3/+3
* Got context functions back in, added noteworthy stuff, replaced js linebreak ...Jörn Zaefferer2006-12-121-11/+40
* Fix for #476Jörn Zaefferer2006-12-111-5/+5
* Fix for #467Jörn Zaefferer2006-12-111-1/+6
* Code and documentation cleanup; fixed #317 and #464Jörn Zaefferer2006-12-032-111/+80
* Fixed bug #344 (tests, implementation, docs)Jörn Zaefferer2006-11-302-3636/+3669
* Moved $ alias more to the top (address #137)Jörn Zaefferer2006-11-301-3/+3
* Fix for event fix: Don't overwrite event.target if there is no srcElement; ca...Jörn Zaefferer2006-11-301-4/+11
* Added test for filter(Array), fixed bug #446Jörn Zaefferer2006-11-292-4/+6
* Replaced all x.constructor == String comparsions with typeof x == "string"Jörn Zaefferer2006-11-211-9/+7
* Optimize :input with better regexJörn Zaefferer2006-11-201-1/+1
* Testsuite 2.0Jörn Zaefferer2006-11-182-402/+549