2007-02-06 |
Jörn Zaefferer | Added equals helper for easier debugging of failed... |
tree | commitdiff |
2007-02-05 |
Jörn Zaefferer | Fix for #907 |
tree | commitdiff |
2007-02-03 |
Jörn Zaefferer | Small optimization to jQuery.prop, saving 2 or 3 bytes |
tree | commitdiff |
2007-01-31 |
Jörn Zaefferer | Added test for #745 |
tree | commitdiff |
2007-01-31 |
Jörn Zaefferer | Fixed #874 |
tree | commitdiff |
2007-01-31 |
Jörn Zaefferer | Fix for #883 |
tree | commitdiff |
2007-01-23 |
Jörn Zaefferer | Removed unnecessary comment |
tree | commitdiff |
2007-01-23 |
Jörn Zaefferer | Fix/test for #861 |
tree | commitdiff |
2007-01-23 |
Jörn Zaefferer | Removed another log statement; fixed add(Array) for... |
tree | commitdiff |
2007-01-23 |
Jörn Zaefferer | Removed log statement |
tree | commitdiff |
2007-01-23 |
Jörn Zaefferer | Fixed not(jQuery) (need. more. tests.) |
tree | commitdiff |
2007-01-22 |
John Resig | Added in jQuery.nodeName() to simplify checking nodeNam... |
tree | commitdiff |
2007-01-22 |
John Resig | Fixed this issue: $("<div>foo\nbar</div>"); |
tree | commitdiff |
2007-01-22 |
John Resig | Removed some extra code that ifFunction deprecated. |
tree | commitdiff |
2007-01-22 |
John Resig | Added new function-testing code that is completely... |
tree | commitdiff |
2007-01-20 |
John Resig | Fixed issue with .add()ing individual elements - and... |
tree | commitdiff |
2007-01-20 |
John Resig | Added a fix for $("#noexist").attr("id") breaking. |
tree | commitdiff |
2007-01-17 |
Jörn Zaefferer | prop fix takes also "line-height" into account (see... |
tree | commitdiff |
2007-01-17 |
Jörn Zaefferer | prop fix takes also "zoom" into account (see #803) |
tree | commitdiff |
2007-01-17 |
Jörn Zaefferer | Fix for #806 |
tree | commitdiff |
2007-01-17 |
Jörn Zaefferer | Reverted optimization to jQuery function, fixing broken... |
tree | commitdiff |
2007-01-17 |
Jörn Zaefferer | Fixed typoooo. |
tree | commitdiff |
2007-01-17 |
Jörn Zaefferer | Improved docs for $.merge, clearly stating that the... |
tree | commitdiff |
2007-01-16 |
Jörn Zaefferer | Fix for #812 |
tree | commitdiff |
2007-01-16 |
Jörn Zaefferer | Enhanced attr(String, Function) to pass through index... |
tree | commitdiff |
2007-01-14 |
Jörn Zaefferer | Removed useless and misleading example |
tree | commitdiff |
2007-01-14 |
John Resig | 2006 -> 2007. |
tree | commitdiff |
2007-01-14 |
John Resig | Made a slight adjustment to $("expr") to make it faster. |
tree | commitdiff |
2007-01-14 |
John Resig | Converted a lot of for loops to use jQuery.each() instead. |
tree | commitdiff |
2007-01-14 |
John Resig | Fixed the issues with .text() working incorrectly. |
tree | commitdiff |
2007-01-14 |
John Resig | Merged in some wiki fixes into the main docs. |
tree | commitdiff |
2007-01-14 |
John Resig | Added a fix, and tests, for appending empty sets of... |
tree | commitdiff |
2007-01-14 |
Jörn Zaefferer | Fixed a few docs |
tree | commitdiff |
2007-01-14 |
Jörn Zaefferer | Fix wrong type check in jQuery.prop |
tree | commitdiff |
2007-01-14 |
John Resig | Removed a bunch more bytes from the total file size. |
tree | commitdiff |
2007-01-14 |
John Resig | Added in jQuery.isFunction(). |
tree | commitdiff |
2007-01-11 |
Jörn Zaefferer | Fixed that stupid type once more |
tree | commitdiff |
2007-01-11 |
John Resig | Added a fix for .append( Number ) |
tree | commitdiff |
2007-01-11 |
John Resig | Added a fix for .html("") not working correctly. |
tree | commitdiff |
2007-01-11 |
John Resig | Fixed .not([]) not working properly. |
tree | commitdiff |
2007-01-11 |
Jörn Zaefferer | Fixed missing typo |
tree | commitdiff |
2007-01-11 |
John Resig | Fixed bug with .text(), it only returned the text for... |
tree | commitdiff |
2007-01-11 |
John Resig | Fixed the Safari crashing bug. So much hate. |
tree | commitdiff |
2007-01-10 |
John Resig | Fixed docs for .clone(Boolean). |
tree | commitdiff |
2007-01-10 |
Jörn Zaefferer | Modified ready to event to pass jQuery object, allowing... |
tree | commitdiff |
2007-01-10 |
John Resig | Added support .css("left",30). Fixed up the multiFilter... |
tree | commitdiff |
2007-01-10 |
John Resig | Lots of improvements. Added support for .not( jQuery... |
tree | commitdiff |
2007-01-10 |
John Resig | Added back in height and width - they now behave more... |
tree | commitdiff |
2007-01-10 |
John Resig | .remove("...") removed too much. |
tree | commitdiff |
2007-01-10 |
John Resig | We've decided against .set() and are moving back to... |
tree | commitdiff |
2007-01-10 |
Jörn Zaefferer | Fixed tests for gt/lt |
tree | commitdiff |
2007-01-10 |
Jörn Zaefferer | Added tests for almost everything in jquery/jquery... |
tree | commitdiff |
2007-01-10 |
Jörn Zaefferer | Fixed add to also create HTML on-the-fly by using jQuer... |
tree | commitdiff |
2007-01-10 |
Jörn Zaefferer | Added tests for add() and fixed #770 |
tree | commitdiff |
2007-01-10 |
John Resig | Fixed a bug with .append() and <td>/<tr>. |
tree | commitdiff |
2007-01-09 |
Jörn Zaefferer | Removed duplicated show/hide/toggle, added test for... |
tree | commitdiff |
2007-01-09 |
Jörn Zaefferer | Added tests for comma-separated expressions in filter... |
tree | commitdiff |
2007-01-09 |
John Resig | Fixed .next() and .prev(). |
tree | commitdiff |
2007-01-09 |
Jörn Zaefferer | Added test for next/prev |
tree | commitdiff |
2007-01-09 |
Jörn Zaefferer | Added test and fixed parents() |
tree | commitdiff |
2007-01-08 |
Jörn Zaefferer | Added test for toggleClass, fixed jQuery.className... |
tree | commitdiff |
2007-01-08 |
John Resig | Pruned a lot of extra code out and improved how .html... |
tree | commitdiff |
2007-01-08 |
John Resig | .text( String ) now works as you'd expect it to, plus... |
tree | commitdiff |
2007-01-08 |
John Resig | Fixed a bug in the jQuery.prop() addition and fixed... |
tree | commitdiff |
2007-01-08 |
John Resig | I broke out the ${...} functionality into a separate... |
tree | commitdiff |
2007-01-08 |
John Resig | Fixed a bug with $("body") in dynamic documents, refact... |
tree | commitdiff |
2007-01-07 |
Jörn Zaefferer | Implemented #756, making text(String) really useful |
tree | commitdiff |
2007-01-07 |
Jörn Zaefferer | Fixed #753 in Opera and IE |
tree | commitdiff |
2007-01-07 |
Jörn Zaefferer | Implemented #753 |
tree | commitdiff |
2007-01-07 |
John Resig | Fixed problem with $("div",$("body")) breaking (returni... |
tree | commitdiff |
2007-01-07 |
John Resig | Reorganized the different effects to be in fx.js, inste... |
tree | commitdiff |
2007-01-07 |
Jörn Zaefferer | Test for #753 |
tree | commitdiff |
2007-01-07 |
Jörn Zaefferer | Fix for #754 |
tree | commitdiff |
2007-01-07 |
John Resig | Improved the categories of a bunch of docs, upped the... |
tree | commitdiff |
2007-01-06 |
John Resig | Fixed the docs for noConflict, fixed a bug with pager. |
tree | commitdiff |
2007-01-06 |
John Resig | Removed all the extra helper macros for 1.1, and adjust... |
tree | commitdiff |
2007-01-05 |
Jörn Zaefferer | fixed typo (easeout); added check if jQuery._$ even... |
tree | commitdiff |
2007-01-04 |
John Resig | Added in the new .noConflict() function for resolving... |
tree | commitdiff |
2007-01-04 |
Jörn Zaefferer | Improved a lot of docs, adding description to examples... |
tree | commitdiff |
2007-01-04 |
Jörn Zaefferer | Changed "Hash" to "Map" in docs |
tree | commitdiff |
2007-01-02 |
Jörn Zaefferer | Improved docs for append, prepend, before and after... |
tree | commitdiff |
2007-01-02 |
John Resig | Completely removed pushStack - and all code related... |
tree | commitdiff |
2007-01-02 |
Mike Alsup | remove test that belonged in ajaxTest.js |
tree | commitdiff |
2007-01-01 |
Mike Alsup | update target of evalScripts test |
tree | commitdiff |
2007-01-01 |
Mike Alsup | Add test to show evalScripts/find problem. |
tree | commitdiff |
2007-01-01 |
Jörn Zaefferer | Added test and documentation for filter(Function) |
tree | commitdiff |
2006-12-31 |
John Resig | Moved all the expressions tests over into selector... |
tree | commitdiff |
2006-12-31 |
John Resig | Moved the bulk of the selector code out into a separate... |
tree | commitdiff |
2006-12-31 |
John Resig | Moved all the relevant event-related code into the... |
tree | commitdiff |
2006-12-31 |
Jörn Zaefferer | Fixed event.handle to return undefined or false |
tree | commitdiff |
2006-12-30 |
Jörn Zaefferer | Removed documentation for oneXXX and unXXX methods... |
tree | commitdiff |
2006-12-30 |
Jörn Zaefferer | Fixed missing semicolon |
tree | commitdiff |
2006-12-29 |
John Resig | Added support for adding multiple classes simultaneousl... |
tree | commitdiff |
2006-12-29 |
Jörn Zaefferer | Improved docs for removeClass (optional parameter,... |
tree | commitdiff |
2006-12-29 |
John Resig | Added in some changes to class handling and some docs... |
tree | commitdiff |
2006-12-28 |
Jörn Zaefferer | Implemented, tested and documented #202 |
tree | commitdiff |
2006-12-23 |
John Resig | Fixed minor bug in jQuery.parse[1] expression. |
tree | commitdiff |
2006-12-23 |
John Resig | Removed .ancestors(), fixed the docs for .parent()... |
tree | commitdiff |
2006-12-23 |
John Resig | Added in #690, the ability to remove an event handler... |
tree | commitdiff |
2006-12-23 |
John Resig | Added Yehuda's selector engine improvements (it's now... |
tree | commitdiff |
next |