| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed show/hide to return selected objects, not only those that are shown/hidden | Jörn Zaefferer | 2007-01-15 | 1 | -2/+4 |
* | 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 |
* | 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 |
* | 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 | 2 | -35/+33 |
* | Added in jQuery.isFunction(). | John Resig | 2007-01-14 | 5 | -25/+29 |
* | Touched up the code a little bit, saving some bytes. | John Resig | 2007-01-14 | 1 | -3/+3 |
* | Fixed an issue with animated .toggle() not working. | John Resig | 2007-01-13 | 1 | -2/+3 |
* | Added a fix for triggered events not being cancellable. (You couldn't return ... | John Resig | 2007-01-13 | 1 | -8/+7 |
* | Added minor regexp optimization. | John Resig | 2007-01-12 | 1 | -3/+3 |
* | Removed unnecessary uses of typeof undefined. | John Resig | 2007-01-12 | 2 | -2/+2 |
* | 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 |
* | Added a fix for $("object *") in IE7. | John Resig | 2007-01-11 | 1 | -2/+10 |
* | 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 |
* | Added a fix for <script>s getting executed twice when .load()ed. | John Resig | 2007-01-10 | 1 | -1/+1 |
* | Fixed docs for .clone(Boolean). | John Resig | 2007-01-10 | 1 | -0/+1 |
* | Modified ready to event to pass jQuery object, allowing users to avoid the ug... | Jörn Zaefferer | 2007-01-10 | 2 | -2/+23 |
* | Removed support for //foo | //bar - please use "," instead. | John Resig | 2007-01-10 | 1 | -2/+2 |
* | Added support .css("left",30). Fixed up the multiFilter code. | John Resig | 2007-01-10 | 2 | -13/+20 |
* | Lots of improvements. Added support for .not( jQuery("...") ) and support for... | John Resig | 2007-01-10 | 3 | -26/+61 |
* | Added back in height and width - they now behave more appropriately. | John Resig | 2007-01-10 | 1 | -0/+68 |
* | .remove("...") removed too much. | John Resig | 2007-01-10 | 1 | -5/+7 |
* | We've decided against .set() and are moving back to .pushStack(). | John Resig | 2007-01-10 | 1 | -11/+11 |
* | Fixed tests for gt/lt | Jörn Zaefferer | 2007-01-10 | 1 | -3/+3 |
* | Added tests for almost everything in jquery/jquery.js; fixed some docs and re... | Jörn Zaefferer | 2007-01-10 | 2 | -26/+179 |
* | Fixed add to also create HTML on-the-fly by using jQuery() instead of jQuery.... | Jörn Zaefferer | 2007-01-10 | 2 | -1/+18 |
* | Added tests for add() and fixed #770 | Jörn Zaefferer | 2007-01-10 | 2 | -3/+13 |
* | Fixed a bug with .append() and <td>/<tr>. | John Resig | 2007-01-10 | 1 | -3/+5 |
* | More jQuery.speed() fixes. | John Resig | 2007-01-10 | 1 | -1/+1 |
* | Fixed a bug in jQuery.speed(), when there's no properties provided. | John Resig | 2007-01-10 | 1 | -2/+2 |
* | typo | Jörn Zaefferer | 2007-01-09 | 1 | -1/+1 |
* | Moved event object docs to wiki | Jörn Zaefferer | 2007-01-09 | 1 | -97/+0 |
* | Removed duplicated show/hide/toggle, added test for toggle(), started documen... | Jörn Zaefferer | 2007-01-09 | 3 | -58/+106 |
* | Added tests for comma-separated expressions in filter, not, parent, parents, ... | Jörn Zaefferer | 2007-01-09 | 1 | -14/+26 |
* | Fixed .next() and .prev(). | John Resig | 2007-01-09 | 1 | -2/+2 |