aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #2037 where Opera would mis-state the value of 'display' after an inner...David Serduke2007-12-171-0/+6
* 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-171-1/+1
* 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
* 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-151-170/+193
* Fixed #2046 by forcing the dataType to 'html' in the .load() function.David Serduke2007-12-141-0/+1
* Added an extra try block to handle FF 3 x-domain requests. (Bug #1557)John Resig2007-12-141-9/+12
* 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-132-10/+20
* 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-121-1/+1
* Added more unit tests for offset. Fixed an offset issue relating to table hea...Brandon Aaron2007-12-121-12/+8
* Fixed a bug in clone where it wouldn't work on an XML node in IE. Also added...David Serduke2007-12-121-1/+1
* Fix #1987 by only doing remote <script> type ajax with GET requests. All oth...David Serduke2007-12-111-2/+2
* 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-101-9/+2
* Added a change that triples the speed of all uses of $(...). For example $(DO...John Resig2007-12-101-4/+5
* Fixed clone so that it now properly copies changes to the innerHTML in IE. U...Brandon Aaron2007-12-081-3/+17
* show is now element aware (#960)Brandon Aaron2007-12-081-6/+7
* Fix for #1486. Prevent IE from throwing an error when triggering focus on hid...Brandon Aaron2007-12-081-1/+4
* Fixed #1039 and #1733 by going through the core API and making them text node...David Serduke2007-12-074-14/+42
* Fix for #2002Jörn Zaefferer2007-12-061-1/+1
* A partial rollback of the refactoring done in [4032]. It was causing a 4-6% s...David Serduke2007-12-051-5/+6
* Refactored jQuery.find() such that jQuery.nodeName() is used to test the node...David Serduke2007-12-051-3/+3
* Fixed #1419 where IE failed with .text() on an XML node. This is part of a s...David Serduke2007-12-051-1/+2
* Fixed #1264. If you read the bug there were many proposed changes. As it tu...David Serduke2007-12-051-2/+2
* offset now uses clientLeft and clientTop instead of calculating html border i...Brandon Aaron2007-12-041-6/+5
* Fixed #1763 by checking to see if .createElement() is available on the contex...David Serduke2007-12-041-0/+2
* Fixed #1438 where a filter could be set in IE but not have opacity in it. The...David Serduke2007-12-041-1/+1
* For fix #1999 changed the RegExp to be non-greedy. Thanks emartin24.David Serduke2007-12-041-1/+1
* Fixed #1999 by replacing the 'no-cache' parameter if it is there instead of j...David Serduke2007-12-041-2/+7
* Fixed [1993] although it actually wasn't a bug in the core but rather a misun...David Serduke2007-12-031-2/+7
* Added enchancement for #1994 by adding two parameters to .stop() which give a...David Serduke2007-11-301-10/+24
* Fixed a problem with changeset [3841] where a function could no longer be .ex...David Serduke2007-11-301-1/+1
* Removed comments and code related to Safari being unable to do a sync global ...David Serduke2007-11-302-5/+1
* Fixed #1557, although it doesn't appear to be just an FF3 problem. In this ca...David Serduke2007-11-291-1/+1
* Fixed #1450 by returning 1223 as success. Couldn't normalize the status sinc...David Serduke2007-11-291-2/+3
* Back out one of the changes from the previous commit that wasn't necessary to...David Serduke2007-11-281-1/+1
* Fixed #1908 by testing to make sure it isn't null before checking the nodeType.David Serduke2007-11-281-2/+2
* Fixed #1070 by converting all setAttribute() values to a string which is what...David Serduke2007-11-281-1/+2
* Fixed #1701 by passing through the arguments as suggested.David Serduke2007-11-281-1/+1
* Fixed #1714 by adding a default empty string if the value is falsey.David Serduke2007-11-281-1/+1
* Fixed #1599 as Brandon suggested to ignore negative values to width and heigh...David Serduke2007-11-281-3/+6