| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed tabs extra stuff from build file | Klaus Hartl | 2007-01-25 | 1 | -188/+172 |
* | Removed unnecessary comment | Jörn Zaefferer | 2007-01-23 | 1 | -1/+0 |
* | Fix/test for #861 | Jörn Zaefferer | 2007-01-23 | 2 | -3/+14 |
* | Exclude Opera from toggle test, too (#863) | Jörn Zaefferer | 2007-01-23 | 1 | -2/+2 |
* | Removed another log statement; fixed add(Array) for IE (IE reports form.eleme... | Jörn Zaefferer | 2007-01-23 | 2 | -2/+2 |
* | Modified toggle() test to stop IE from browsing to another site, problem not ... | Jörn Zaefferer | 2007-01-23 | 1 | -3/+7 |
* | Removed log statement | Jörn Zaefferer | 2007-01-23 | 1 | -1/+1 |
* | Fixed not(jQuery) (need. more. tests.) | Jörn Zaefferer | 2007-01-23 | 2 | -10/+11 |
* | Pushing out 1.1.1.1.1.1 | John Resig | 2007-01-22 | 1 | -1/+1 |
* | Fixed an issue with child selectors that also have filters. | John Resig | 2007-01-22 | 1 | -2/+2 |
* | Added in jQuery.nodeName() to simplify checking nodeName constantly. | John Resig | 2007-01-22 | 2 | -8/+12 |
* | Refactored the trigger code a little bit. | John Resig | 2007-01-22 | 1 | -17/+18 |
* | You had to have an event bound in order to trigger an event - which is not ne... | John Resig | 2007-01-22 | 1 | -1/+2 |
* | Fixed an issue with child selectors accidentally triggering filter mode. | John Resig | 2007-01-22 | 1 | -2/+3 |
* | Fixed doing $.post() without any params. | John Resig | 2007-01-22 | 1 | -0/+5 |
* | Fixed this issue: $("<div>foo\nbar</div>"); | John Resig | 2007-01-22 | 1 | -1/+2 |
* | Removed some extra code that ifFunction deprecated. | John Resig | 2007-01-22 | 1 | -2/+1 |
* | Triggered event handlers are only executed once now. | John Resig | 2007-01-22 | 1 | -2/+10 |
* | Added new function-testing code that is completely cross-browser compatible. | John Resig | 2007-01-22 | 1 | -1/+4 |
* | Quick code optimization in trigger. | John Resig | 2007-01-22 | 1 | -7/+5 |
* | Fixed some more nodeName inconsistencies. | John Resig | 2007-01-22 | 1 | -2/+2 |
* | Fixed an issue with child selectors and XML documents (nodeName isn't in all-... | John Resig | 2007-01-22 | 1 | -1/+1 |
* | Fixed issue with .add()ing individual elements - and with .add()ing form elem... | John Resig | 2007-01-20 | 1 | -1/+4 |
* | Added a fix for an undefined param being passed to a load. | John Resig | 2007-01-20 | 1 | -1/+1 |
* | Added a fix for $("#noexist").attr("id") breaking. | John Resig | 2007-01-20 | 1 | -1/+1 |
* | Simplified check for XMLHttpRequest (saving a few bytes) and fixed load()-test | Jörn Zaefferer | 2007-01-17 | 2 | -3/+3 |
* | prop fix takes also "line-height" into account (see #812) | Jörn Zaefferer | 2007-01-17 | 1 | -1/+1 |
* | prop fix takes also "zoom" into account (see #803) | Jörn Zaefferer | 2007-01-17 | 1 | -1/+1 |
* | Fix for #806 | Jörn Zaefferer | 2007-01-17 | 2 | -2/+2 |
* | Reverted optimization to jQuery function, fixing broken jQuery-as-context, ad... | Jörn Zaefferer | 2007-01-17 | 2 | -6/+11 |
* | Fixed typoooo. | Jörn Zaefferer | 2007-01-17 | 1 | -1/+1 |
* | Improved docs for $.merge, clearly stating that the first argument is altered. | Jörn Zaefferer | 2007-01-17 | 1 | -6/+7 |
* | Fix for #812 | Jörn Zaefferer | 2007-01-16 | 1 | -3/+6 |
* | Fix bug #814. | Mike Alsup | 2007-01-16 | 1 | -1/+1 |
* | Enhanced attr(String, Function) to pass through index of current element | Jörn Zaefferer | 2007-01-16 | 2 | -5/+12 |
* | Fixed show/hide to return selected objects, not only those that are shown/hidden | Jörn Zaefferer | 2007-01-15 | 1 | -2/+4 |
* | Tagged version 1.1 of jQuery.1.1 | John Resig | 2007-01-15 | 1 | -1/+1 |
* | Fixed two FF JS warnings | Jörn Zaefferer | 2007-01-14 | 2 | -2/+3 |
* | Removed useless and misleading example | Jörn Zaefferer | 2007-01-14 | 1 | -5/+0 |
* | Updated testsuite: To prevent crashes in Safari, each test waits for 250 mill... | Jörn Zaefferer | 2007-01-14 | 2 | -2/+16 |
* | 2006 -> 2007. | John Resig | 2007-01-14 | 1 | -1/+1 |
* | Made a slight adjustment to $("expr") to make it faster. | John Resig | 2007-01-14 | 1 | -6/+6 |
* | Converted a lot of for loops to use jQuery.each() instead. | John Resig | 2007-01-14 | 4 | -49/+51 |
* | Fixed the issues with .text() working incorrectly. | John Resig | 2007-01-14 | 1 | -6/+14 |
* | Added back in the .load() fix. | John Resig | 2007-01-14 | 1 | -1/+1 |
* | Merged in some wiki fixes into the main docs. | John Resig | 2007-01-14 | 2 | -9/+9 |
* | Added a fix, and tests, for appending empty sets of elements/strings. | John Resig | 2007-01-14 | 2 | -1/+13 |
* | Added a fix for :nth-child(even/odd). | John Resig | 2007-01-14 | 1 | -4/+4 |
* | Added a fix for $("div").filter("*") never ending. | John Resig | 2007-01-14 | 1 | -1/+1 |
* | Fixed a few docs | Jörn Zaefferer | 2007-01-14 | 2 | -13/+12 |