aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added a fix for an undefined param being passed to a load.John Resig2007-01-201-1/+1
* Added a fix for $("#noexist").attr("id") breaking.John Resig2007-01-201-1/+1
* Simplified check for XMLHttpRequest (saving a few bytes) and fixed load()-testJörn Zaefferer2007-01-172-3/+3
* prop fix takes also "line-height" into account (see #812)Jörn Zaefferer2007-01-171-1/+1
* prop fix takes also "zoom" into account (see #803)Jörn Zaefferer2007-01-171-1/+1
* Fix for #806Jörn Zaefferer2007-01-172-2/+2
* Reverted optimization to jQuery function, fixing broken jQuery-as-context, ad...Jörn Zaefferer2007-01-172-6/+11
* Fixed typoooo.Jörn Zaefferer2007-01-171-1/+1
* Improved docs for $.merge, clearly stating that the first argument is altered.Jörn Zaefferer2007-01-171-6/+7
* Fix for #812Jörn Zaefferer2007-01-161-3/+6
* Fix bug #814.Mike Alsup2007-01-161-1/+1
* Enhanced attr(String, Function) to pass through index of current elementJörn Zaefferer2007-01-162-5/+12
* Fixed show/hide to return selected objects, not only those that are shown/hiddenJörn Zaefferer2007-01-151-2/+4
* Tagged version 1.1 of jQuery.1.1John Resig2007-01-151-1/+1
* Fixed two FF JS warningsJörn Zaefferer2007-01-142-2/+3
* Removed useless and misleading exampleJörn Zaefferer2007-01-141-5/+0
* Updated testsuite: To prevent crashes in Safari, each test waits for 250 mill...Jörn Zaefferer2007-01-142-2/+16
* 2006 -> 2007.John Resig2007-01-141-1/+1
* Made a slight adjustment to $("expr") to make it faster.John Resig2007-01-141-6/+6
* Converted a lot of for loops to use jQuery.each() instead.John Resig2007-01-144-49/+51
* Fixed the issues with .text() working incorrectly.John Resig2007-01-141-6/+14
* Added back in the .load() fix.John Resig2007-01-141-1/+1
* Merged in some wiki fixes into the main docs.John Resig2007-01-142-9/+9
* Added a fix, and tests, for appending empty sets of elements/strings.John Resig2007-01-142-1/+13
* Added a fix for :nth-child(even/odd).John Resig2007-01-141-4/+4
* Added a fix for $("div").filter("*") never ending.John Resig2007-01-141-1/+1
* Fixed a few docsJörn Zaefferer2007-01-142-13/+12
* Fix wrong type check in jQuery.propJörn Zaefferer2007-01-141-1/+1
* Removed a bunch more bytes from the total file size.John Resig2007-01-142-35/+33
* Added in jQuery.isFunction().John Resig2007-01-145-25/+29
* Touched up the code a little bit, saving some bytes.John Resig2007-01-141-3/+3
* Fixed an issue with animated .toggle() not working.John Resig2007-01-131-2/+3
* Added a fix for triggered events not being cancellable. (You couldn't return ...John Resig2007-01-131-8/+7
* Added minor regexp optimization.John Resig2007-01-121-3/+3
* Removed unnecessary uses of typeof undefined.John Resig2007-01-122-2/+2
* Fixed that stupid type once moreJörn Zaefferer2007-01-111-1/+1
* Added a fix for .append( Number )John Resig2007-01-111-0/+3
* API docs: Hacked multiple argument types like "Element|jQuery|String" represe...Jörn Zaefferer2007-01-111-3/+12
* Added a fix for .html("") not working correctly.John Resig2007-01-111-0/+2
* Fixed .not([]) not working properly.John Resig2007-01-111-1/+1
* Fixed missing typoJörn Zaefferer2007-01-111-1/+1
* Going to 1.1b.1.1bJohn Resig2007-01-111-1/+1
* Added a fix for $("object *") in IE7.John Resig2007-01-111-2/+10
* Fixed bug with .text(), it only returned the text for the first element.John Resig2007-01-111-1/+1
* Fixed the Safari crashing bug. So much hate.John Resig2007-01-111-2/+2
* Added a fix for <script>s getting executed twice when .load()ed.John Resig2007-01-101-1/+1
* Fixed docs for .clone(Boolean).John Resig2007-01-101-0/+1
* Modified ready to event to pass jQuery object, allowing users to avoid the ug...Jörn Zaefferer2007-01-102-2/+23
* Removed support for //foo | //bar - please use "," instead.John Resig2007-01-101-2/+2
* Added support .css("left",30). Fixed up the multiFilter code.John Resig2007-01-102-13/+20