aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tagging the 1.2.2b2 release.1.2.2b2John Resig2007-12-201-1/+1
* Fixed #2027 - make sure that cloned elements (within appendTo, etc.) have the...John Resig2007-12-202-2/+7
* Fixed a problem in the unit tests for IE where an optimization made the test ...David Serduke2007-12-201-1/+2
* Changed the $(document).ready() code to try and solve some problems in Safari...David Serduke2007-12-201-8/+39
* added version to all builds; changed current version to 1.2.2-pre - to be upd...Jörn Zaefferer2007-12-1915-741/+70
* offset: make sure there is a parent node to work on while calculating scroll ...Brandon Aaron2007-12-191-1/+1
* offset: make sure border width always gets calculated in pixelsBrandon Aaron2007-12-191-1/+1
* Fixed #2077 by adding a var to make it a local variable instead of initializi...David Serduke2007-12-191-1/+2
* Short-circuit jQuery.event.fix if it has already fixed the current event object.Brandon Aaron2007-12-191-0/+7
* Insure width/height do not return a negative number.Brandon Aaron2007-12-191-1/+1
* Second part of the fix for #2071. An empty string "" was being sent to .bind...David Serduke2007-12-191-1/+1
* Changed CRLF end of lines to just LF. Other than that there were no changes ...David Serduke2007-12-191-536/+536
* Fixed #2076 where .val() could return an array instead of undefined when the ...David Serduke2007-12-182-1/+3
* width and height methods are now working properlyBrandon Aaron2007-12-183-13/+64
* Fixed #1887 - trigger fails if extra is not a functionRichard Worth2007-12-181-536/+536
* Fixed #2070 by adding a test for !nodeType to isArrayLike so DOM elements lik...David Serduke2007-12-172-5/+3
* Fixed #2069. The ready helper and shortcuts act the same. You can also still ...Brandon Aaron2007-12-171-40/+78
* test for #2070Jörn Zaefferer2007-12-171-1/+4
* Test for #2069Jörn Zaefferer2007-12-171-0/+8
* Fixed #2062 by adding a check to see if the selector is array-like in .not() ...David Serduke2007-12-172-2/+7
* Fixed #2064Brandon Aaron2007-12-171-1/+1
* Tagging the 1.2.2b release.1.2.2bJohn Resig2007-12-171-1/+1
* Fixed #2037 where Opera would mis-state the value of 'display' after an inner...David Serduke2007-12-173-2/+15
* Updating changlogBrandon Aaron2007-12-171-0/+13
* Added code to remove the script tag on successful jsonp calls.David Serduke2007-12-171-0/+2
* The extra & was getting gobbled, oops.John Resig2007-12-171-2/+2
* Added a fix for bug #2020 - if you want to do data: {callback: "?"}, do jsonp...John Resig2007-12-172-4/+4
* Cleaned up mouseenter and mouseleave special eventsBrandon Aaron2007-12-161-20/+12
* Changed window.frameElement to window == top because of some access denied er...David Serduke2007-12-161-1/+1
* Added code so an iframe in IE won't count on doScroll to determine if the dom...David Serduke2007-12-161-1/+1
* Renaming variables to be more consistentBrandon Aaron2007-12-161-37/+37
* Adding data and removeData testsBrandon Aaron2007-12-161-1/+19
* Fixed #1781 for warnings created on load by FF javascript.options.strict == t...David Serduke2007-12-165-36/+43
* Added feature #1934 by allowing script.charset to be set through an optional ...David Serduke2007-12-151-0/+2
* new special events api, ready is now a first class event that you can use bin...Brandon Aaron2007-12-152-173/+221
* Don't remove test directory on cleanBrandon Aaron2007-12-141-3/+0
* Fixed #2046 by forcing the dataType to 'html' in the .load() function.David Serduke2007-12-142-10/+24
* Added an extra try block to handle FF 3 x-domain requests. (Bug #1557)John Resig2007-12-141-9/+12
* Added a test case for $("<option>test</option>")[0].selected (bug #2050).John Resig2007-12-141-1/+3
* Added some improvements to changes made in [4143] for #1854.John Resig2007-12-132-14/+11
* Fixed #1854 by using wizzud's suggestion. The only real difference is the co...David Serduke2007-12-135-15/+30
* Getting the width and height of the document now returns the correct value in...Brandon Aaron2007-12-131-2/+5
* Fixed #1750 by adding a url that starts with "//" and is a dataType "script" ...David Serduke2007-12-122-1/+23
* Added more unit tests for offset. Fixed an offset issue relating to table hea...Brandon Aaron2007-12-126-15/+209
* Fixed a bug in clone where it wouldn't work on an XML node in IE. Also added...David Serduke2007-12-122-2/+12
* Fix #1987 by only doing remote <script> type ajax with GET requests. All oth...David Serduke2007-12-112-2/+21
* Greatly reduced the complexity of the width/height methods. This also fixes #...Brandon Aaron2007-12-111-47/+14
* Fix for #2032Brandon Aaron2007-12-111-1/+1
* Fixed #1959 by postponing ALL script evaluations till the html insertion is d...David Serduke2007-12-102-10/+4
* Added a change that triples the speed of all uses of $(...). For example $(DO...John Resig2007-12-101-4/+5