| Commit message (Expand) | Author | Age | Files | Lines |
* | Update for src and href attribute selectors fix | Brandon Aaron | 2007-02-14 | 1 | -1/+1 |
* | Improved jQuery.prop to handle "px" on computed values | Jörn Zaefferer | 2007-02-13 | 1 | -1/+1 |
* | (no commit message) | Brandon Aaron | 2007-02-10 | 1 | -3/+2 |
* | Get actual values for attributes in IE and fix #910 so that it does not crash... | Brandon Aaron | 2007-02-09 | 1 | -2/+4 |
* | Fix for #910, for real this time. | Brandon Aaron | 2007-02-08 | 1 | -1/+1 |
* | Fix for #910 | Brandon Aaron | 2007-02-07 | 2 | -2/+7 |
* | Fix for #745 | Brandon Aaron | 2007-02-07 | 2 | -5/+5 |
* | Added equals helper for easier debugging of failed tests, soon to be used mor... | Jörn Zaefferer | 2007-02-06 | 1 | -1/+1 |
* | Fix for #907 | Jörn Zaefferer | 2007-02-05 | 2 | -3/+17 |
* | Small optimization to jQuery.prop, saving 2 or 3 bytes | Jörn Zaefferer | 2007-02-03 | 1 | -4/+3 |
* | Added test for #745 | Jörn Zaefferer | 2007-01-31 | 1 | -1/+2 |
* | Fixed #874 | Jörn Zaefferer | 2007-01-31 | 2 | -1/+4 |
* | Fix for #883 | Jörn Zaefferer | 2007-01-31 | 2 | -2/+4 |
* | 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 |
* | Removed another log statement; fixed add(Array) for IE (IE reports form.eleme... | Jörn Zaefferer | 2007-01-23 | 1 | -1/+1 |
* | 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 |
* | Added in jQuery.nodeName() to simplify checking nodeName constantly. | John Resig | 2007-01-22 | 1 | -3/+7 |
* | 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 |
* | Added new function-testing code that is completely cross-browser compatible. | John Resig | 2007-01-22 | 1 | -1/+4 |
* | 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 $("#noexist").attr("id") breaking. | John Resig | 2007-01-20 | 1 | -1/+1 |
* | 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 |
* | Enhanced attr(String, Function) to pass through index of current element | Jörn Zaefferer | 2007-01-16 | 2 | -5/+12 |
* | Removed useless and misleading example | Jörn Zaefferer | 2007-01-14 | 1 | -5/+0 |
* | 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 | 1 | -24/+21 |
* | Fixed the issues with .text() working incorrectly. | John Resig | 2007-01-14 | 1 | -6/+14 |
* | Merged in some wiki fixes into the main docs. | John Resig | 2007-01-14 | 1 | -6/+6 |
* | Added a fix, and tests, for appending empty sets of elements/strings. | John Resig | 2007-01-14 | 2 | -1/+13 |
* | Fixed a few docs | Jörn Zaefferer | 2007-01-14 | 1 | -12/+11 |
* | Fix wrong type check in jQuery.prop | Jörn Zaefferer | 2007-01-14 | 1 | -1/+1 |
* | Removed a bunch more bytes from the total file size. | John Resig | 2007-01-14 | 1 | -13/+13 |
* | Added in jQuery.isFunction(). | John Resig | 2007-01-14 | 1 | -3/+7 |
* | Fixed that stupid type once more | Jörn Zaefferer | 2007-01-11 | 1 | -1/+1 |
* | Added a fix for .append( Number ) | John Resig | 2007-01-11 | 1 | -0/+3 |
* | Added a fix for .html("") not working correctly. | John Resig | 2007-01-11 | 1 | -0/+2 |
* | Fixed .not([]) not working properly. | John Resig | 2007-01-11 | 1 | -1/+1 |
* | Fixed missing typo | Jörn Zaefferer | 2007-01-11 | 1 | -1/+1 |
* | Fixed bug with .text(), it only returned the text for the first element. | John Resig | 2007-01-11 | 1 | -1/+1 |
* | Fixed the Safari crashing bug. So much hate. | John Resig | 2007-01-11 | 1 | -2/+2 |