aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery
Commit message (Expand)AuthorAgeFilesLines
* Reorganzing the jQuery source (first phase).John Resig2007-09-082-2079/+0
* Fix for bug #760 (fontSize returns different values in IE). This was part of ...John Resig2007-09-071-0/+15
* Integration of Mike Alsup's excellent form serialization code. The benefits a...John Resig2007-09-052-5/+28
* 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-042-44/+27
* Removed all inline documentation. The current version of all documentation is...John Resig2007-09-041-1544/+0
* 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
* Added new replaceWith() (replace all matched elements with the specified HTML...John Resig2007-08-252-1/+54
* Marked all the appropriate methods as being deprecated for the 1.1.4 release ...John Resig2007-08-241-0/+1
* Fixed bug with the packed version of jQuery.John Resig2007-08-221-1/+1
* Fixed use of eval() and new Function() to work within the correct scope (and ...John Resig2007-08-221-2/+2
* Made 'jQuery' unrollable via .noConflict(true) and instances of new Function(...John Resig2007-08-221-6/+12
* Using some of the ideas presented by rformato, I've significantly sped up $("...John Resig2007-08-211-11/+30
* You can now assign jQuery to random namespaces - very cool. (Bug #1393)John Resig2007-08-211-1/+1
* Fix for a selector speed regression (calling a simple selector many times res...John Resig2007-08-211-28/+26
* Two quick fixes in relation to #1028. ajaxSetup shouldn't be deep and the boo...John Resig2007-08-211-1/+1
* Make deep .extend() an optional argument - it will go deep if you pass in an ...John Resig2007-08-212-3/+9
* Fixed two cases where []. was used instead of Array.prototype. (Bug #1427)John Resig2007-08-201-1/+1
* 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
* 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-192-38/+79
* Added a fix for IE returning comment nodes in * queries. I put the logic in $...John Resig2007-08-191-2/+11
* Applied arrix's fix for getting style values on elements that aren't in the D...John Resig2007-08-191-1/+1
* Fixed non-unique results from .parent(), .parents(), .next(), etc. (Bug #1449)John Resig2007-08-192-6/+15
* Added a fix for bug #1489, appending <caption> was broken.John Resig2007-08-162-2/+6
* Added a couple JSLint-caught fixes.John Resig2007-08-071-3/+3
* Brought back jQuery.globalEval(), fixing bug #1425.John Resig2007-07-311-1/+16
* IE prunes whitespace from the start of innerHTML-injected strings. This fixes...John Resig2007-07-301-1/+5
* Fixed failing test for Safari 2.John Resig2007-07-291-1/+1
* Got .css() working in Safari 2 as well (a number of shortcuts had to be remov...John Resig2007-07-291-10/+13
* Added a fix for Safari's broken CSS getComputedStyle accessing. Additionally,...John Resig2007-07-291-11/+42
* Integrated the custom fx test suite into the main test suite. All tests are n...John Resig2007-07-291-4/+4
* $("#foo", xml) would always return an empty set, fixed (bug #877). Additional...John Resig2007-07-251-1/+2
* selectedIndex is now cloned cross-browser (#1294)Brandon Aaron2007-07-211-8/+14
* selectedIndex is now cloned in IE (#1294)Brandon Aaron2007-07-211-15/+25
* addClass doesn't fail when passed an undefined or null variable (#1309)Brandon Aaron2007-07-211-1/+1
* Added a fix for setting the style property in IE: .attr("style", "...") (bug ...John Resig2007-07-211-2/+4
* Safari doesn't return the correct computed opacity. (Fix for bug #1369)John Resig2007-07-201-0/+3
* Completely reworked the evalScripts() code, fixing bugs #1332, #975, and #777.John Resig2007-07-201-2/+7
* Added a fix for when trim receives a null value (bug #1395).John Resig2007-07-201-1/+1
* Made it so that you can set the text value of elements to numbers (in additio...John Resig2007-07-201-1/+1
* IE doesn't like doing attaching the mergeNum property to XML documents, so fo...John Resig2007-07-201-5/+9
* Tweaked some of the tests, added in events and fx tests.John Resig2007-07-091-1/+1
* Added a number of fixes: Tag name case-sensitivity, text escaping, opacity se...John Resig2007-07-081-4/+4
* Added basic support for IFrames, disabled a test which we don't take into acc...John Resig2007-07-081-6/+3