aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery
Commit message (Collapse)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 ↵John Resig2007-01-062-955/+505
| | | | accordingly.
* fixed typo (easeout); added check if jQuery._$ even exists, added examples ↵Jörn Zaefferer2007-01-051-4/+21
| | | | for usage of $.noConflict()
* Added in the new .noConflict() function for resolving conflict between ↵John Resig2007-01-041-0/+18
| | | | jQuery and other $ functions.
* Improved a lot of docs, adding description to examples, merging methods with ↵Jörn Zaefferer2007-01-042-184/+150
| | | | optional arguments; Modified filter(Function) to set correct scope (this == element) instead of passing element as argument
* 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
| | | | into one
* 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.
* 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 ↵John Resig2006-12-311-426/+1
| | | | build files to represent this.
* 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
| | | | 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)
* 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
| | | | own parse expressions). Additionally, I fixed a bug in the test suite.
* 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 ↵John Resig2006-12-231-0/+22
| | | | lot of users expect this method to be a setter and a getter).
* 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 ↵John Resig2006-12-232-3130/+3270
| | | | faster (4-10x). It passes the test suite (but be sure to let me know if there are any regressions).
* Fixed event fixing (Opera provides event.srcElement, only create pageX if ↵Jörn Zaefferer2006-12-221-9/+5
| | | | clientX is available)
* 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
| | | | | | <tbody> duplicated, bug#418 (jQuery.clean & domManip) query for id in context ignores context, bug#267
* Fix for #511Jörn Zaefferer2006-12-181-2/+2
|
* Replaced the rest of the x.constructor != String comparions with typeof ↵Jörn Zaefferer2006-12-151-3/+3
| | | | (Thanks Kelvin)
* Got context functions back in, added noteworthy stuff, replaced js linebreak ↵Jörn Zaefferer2006-12-121-11/+40
| | | | replacer with xstl
* 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; ↵Jörn Zaefferer2006-11-301-4/+11
| | | | calculate pageX/Y (tested with tooltip plugin)
* 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
|