aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed tabs extra stuff from build fileKlaus Hartl2007-01-251-188/+172
* Removed unnecessary commentJörn Zaefferer2007-01-231-1/+0
* Fix/test for #861Jörn Zaefferer2007-01-232-3/+14
* Exclude Opera from toggle test, too (#863)Jörn Zaefferer2007-01-231-2/+2
* Removed another log statement; fixed add(Array) for IE (IE reports form.eleme...Jörn Zaefferer2007-01-232-2/+2
* Modified toggle() test to stop IE from browsing to another site, problem not ...Jörn Zaefferer2007-01-231-3/+7
* Removed log statementJörn Zaefferer2007-01-231-1/+1
* Fixed not(jQuery) (need. more. tests.)Jörn Zaefferer2007-01-232-10/+11
* Pushing out 1.1.1.1.1.1John Resig2007-01-221-1/+1
* Fixed an issue with child selectors that also have filters.John Resig2007-01-221-2/+2
* Added in jQuery.nodeName() to simplify checking nodeName constantly.John Resig2007-01-222-8/+12
* Refactored the trigger code a little bit.John Resig2007-01-221-17/+18
* You had to have an event bound in order to trigger an event - which is not ne...John Resig2007-01-221-1/+2
* Fixed an issue with child selectors accidentally triggering filter mode.John Resig2007-01-221-2/+3
* Fixed doing $.post() without any params.John Resig2007-01-221-0/+5
* Fixed this issue: $("<div>foo\nbar</div>");John Resig2007-01-221-1/+2
* Removed some extra code that ifFunction deprecated.John Resig2007-01-221-2/+1
* Triggered event handlers are only executed once now.John Resig2007-01-221-2/+10
* Added new function-testing code that is completely cross-browser compatible.John Resig2007-01-221-1/+4
* Quick code optimization in trigger.John Resig2007-01-221-7/+5
* Fixed some more nodeName inconsistencies.John Resig2007-01-221-2/+2
* Fixed an issue with child selectors and XML documents (nodeName isn't in all-...John Resig2007-01-221-1/+1
* Fixed issue with .add()ing individual elements - and with .add()ing form elem...John Resig2007-01-201-1/+4
* 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