aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in event - "native" is a reserved word in Safari 2.John Resig2007-09-071-2/+2
* Forgot to update the $.param() tests.John Resig2007-09-051-5/+5
* Re-disabled the Ajax tests in Safari.John Resig2007-09-051-2/+2
* Integration of Mike Alsup's excellent form serialization code. The benefits a...John Resig2007-09-056-38/+97
* Added support for the new .andSelf() method. This method combines the previou...John Resig2007-09-042-2/+14
* Fix for bug #1549, where the DOM conversion of <code/> and similar elements w...John Resig2007-09-042-1/+13
* Made it so that you can't change the type of an input element, having it thro...John Resig2007-09-042-2/+30
* Removed all deprecated functionality for jQuery 1.2. A full list of what was ...John Resig2007-09-046-180/+85
* Removed all inline documentation. The current version of all documentation is...John Resig2007-09-045-2848/+10
* Added a new .stop() method which stops all animations running on the matched ...John Resig2007-09-042-2/+39
* Re-disabled the ajax tests in Safari 3.John Resig2007-09-031-2/+2
* Added support for:John Resig2007-09-032-159/+408
* Added namespaced events to bind, unbind, and trigger. This allows you to deal...John Resig2007-09-032-10/+52
* Reverted the change that I made in #1320.John Resig2007-09-021-1/+1
* Added support for a new :header psuedo-selector (only selects H1-H6 elements).John Resig2007-08-312-2/+7
* Added support for .wrapInner() and .wrapAll() - and re-wrote .wrap() to use ....John Resig2007-08-312-25/+60
* Added support for .contents(). Returns ALL child nodes for an element - excep...John Resig2007-08-312-1/+9
* Added $(...).map() functionality. (Also closes #1250, imo)John Resig2007-08-312-0/+26
* Made it so that you can pass in an event object to the trigger data args and ...John Resig2007-08-302-8/+33
* Added a new extra fn arg to trigger (so you don't have to simulate the trigge...John Resig2007-08-302-9/+46
* Made jQuery's internal trigger method return the value from handle. (Bug #1417)John Resig2007-08-281-0/+5
* Made it so that the last return value is always returned from handle() (unles...John Resig2007-08-281-2/+6
* Fixed the issue where $("body").find("div#foo") would ignore the specified ta...John Resig2007-08-272-2/+4
* Added new replaceWith() (replace all matched elements with the specified HTML...John Resig2007-08-252-1/+54
* Added a test case for "purple include", fixed a bug.John Resig2007-08-252-2/+13
* New feature: You can now inject portions of a document via .load(), as oppose...John Resig2007-08-251-1/+17
* Landing animation of scrollLeft/scrollTop (also works on random DOM object pr...John Resig2007-08-251-11/+7
* Marked all the appropriate methods as being deprecated for the 1.1.4 release ...John Resig2007-08-243-0/+11
* Brought back a husk method to represent evalScripts. I didn't realize so many...John Resig2007-08-241-1/+6
* Tweaked the Ajax test suite for Safari.John Resig2007-08-221-5/+10
* Only bind .ready() once per instance of jQuery - and only bind if the ready()...John Resig2007-08-222-3/+12
* Fixed bug with the packed version of jQuery.John Resig2007-08-221-1/+1
* Fixed the case where global events weren't being triggered on window and docu...John Resig2007-08-221-1/+1
* Fixed use of eval() and new Function() to work within the correct scope (and ...John Resig2007-08-222-3/+3
* Made 'jQuery' unrollable via .noConflict(true) and instances of new Function(...John Resig2007-08-221-6/+12
* Added fix for undefined property in animation, in IE (Bug #1518)John Resig2007-08-221-1/+1
* Using some of the ideas presented by rformato, I've significantly sped up $("...John Resig2007-08-211-11/+30
* Added the new :has() selector (Bug #1521)John Resig2007-08-212-2/+6
* You can now assign jQuery to random namespaces - very cool. (Bug #1393)John Resig2007-08-212-2/+2
* Fix for a selector speed regression (calling a simple selector many times res...John Resig2007-08-215-39/+40
* Two quick fixes in relation to #1028. ajaxSetup shouldn't be deep and the boo...John Resig2007-08-212-2/+2
* Make deep .extend() an optional argument - it will go deep if you pass in an ...John Resig2007-08-213-5/+11
* Fixed two cases where []. was used instead of Array.prototype. (Bug #1427)John Resig2007-08-202-2/+2
* Just pushed in my changes for making jQuery.each on objects faster, sample re...John Resig2007-08-201-9/+15
* Just pushed some major speed improvements through for $.each() - we're now se...John Resig2007-08-201-2/+8
* Make jQuery work without warnings in strict mode, in Firefox.John Resig2007-08-202-2/+5
* Implemented the new .slice() method (bug #1517).John Resig2007-08-202-0/+12
* Complete overhaul of the Ajax test suite, it's now passing in all browsers. I...John Resig2007-08-196-246/+322
* Added a fix for IE returning comment nodes in * queries. I put the logic in $...John Resig2007-08-192-3/+17
* Applied arrix's fix for getting style values on elements that aren't in the D...John Resig2007-08-191-1/+1