aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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 some of the recent changes.John Resig2006-12-231-3/+6
|
* 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).
* Documentation for $.ajaxSetupJörn Zaefferer2006-12-222-6/+25
|
* Implemented global ajax settings - no documentation yetJörn Zaefferer2006-12-223-26/+38
|
* Fixed event fixing (Opera provides event.srcElement, only create pageX if ↵Jörn Zaefferer2006-12-222-10/+6
| | | | clientX is available)
* Fixed typoJörn Zaefferer2006-12-211-1/+1
|
* A few corrections to the testsuite to imrove the failure testingJörn Zaefferer2006-12-213-16/+25
|
* Added note to load() to avoid using it to load scripts (#456)Jörn Zaefferer2006-12-211-0/+2
|
* Implemented a better error handling for ajax requests. Exceptions caused by ↵Jörn Zaefferer2006-12-214-53/+63
| | | | dropping connections are now handled, too.
* Added test for sync requests with callbacks (#534)Jörn Zaefferer2006-12-211-0/+6
|
* Improved docs for blur() and focus(), mentioning the difference between ↵Jörn Zaefferer2006-12-202-1/+8
| | | | calling the jQuery method and the DOM method
* Fixed docs for html()Jörn Zaefferer2006-12-202-0/+7
|
* Fixed wheather-whether typo - Thanks ErikJörn Zaefferer2006-12-201-1/+1
|
* Added some more notes to newandnoteworthy, reflecting Dave's changesJörn Zaefferer2006-12-201-0/+2
|
* Improved event fixing, using less browser and more object detectionJörn Zaefferer2006-12-202-15/+14
|
* Fix for #468Jörn Zaefferer2006-12-192-0/+3
|
* (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
|
* Fixed synchrnous requests, improved AJAX inline documentationJörn Zaefferer2006-12-153-91/+133
|
* Replaced the rest of the x.constructor != String comparions with typeof ↵Jörn Zaefferer2006-12-151-3/+3
| | | | (Thanks Kelvin)
* Fixed docs for $.ajax' processData optionJörn Zaefferer2006-12-131-4/+4
|
* Releasing jQuery 1.0.4.1.0.4John Resig2006-12-131-1/+1
|
* Got context functions back in, added noteworthy stuff, replaced js linebreak ↵Jörn Zaefferer2006-12-124-18/+66
| | | | replacer with xstl
* Fixed an issue with .find(expr,Function) and a Safari bug.John Resig2006-12-121-4/+5
|
* typoooJörn Zaefferer2006-12-111-1/+1
|
* Created newandnotheworthy.txt to collect information for new releasesJörn Zaefferer2006-12-111-0/+14
|
* Fixed docs for #134Jörn Zaefferer2006-12-111-6/+10
|
* Fix for #476Jörn Zaefferer2006-12-111-5/+5
|