2007-03-05 |
Brandon Aaron | Fix generic event handler and $events expando removal... |
tree | commitdiff |
2007-03-05 |
Brandon Aaron | Fix generic event handler and $events expando removal... |
tree | commitdiff |
2007-03-01 |
John Resig | Cleaned up how event removing was handled. All expandos... |
tree | commitdiff |
2007-02-27 |
Jörn Zaefferer | Backported wiki changes from docs.jquery.com/API/1... |
tree | commitdiff |
2007-02-25 |
Brandon Aaron | Fix for #964 |
tree | commitdiff |
2007-02-18 |
John Resig | Fix for bug #959, maintaining a list of event handlers... |
tree | commitdiff |
2007-02-07 |
Brandon Aaron | Fix for #849 |
tree | commitdiff |
2007-02-05 |
Jörn Zaefferer | Fixed toggle() test to exclude konquerer |
tree | commitdiff |
2007-01-31 |
Jörn Zaefferer | Fixed docs for trigger, describing the second argument. |
tree | commitdiff |
2007-01-23 |
Jörn Zaefferer | Exclude Opera from toggle test, too (#863) |
tree | commitdiff |
2007-01-23 |
Jörn Zaefferer | Removed another log statement; fixed add(Array) for... |
tree | commitdiff |
2007-01-23 |
Jörn Zaefferer | Modified toggle() test to stop IE from browsing to... |
tree | commitdiff |
2007-01-22 |
John Resig | Refactored the trigger code a little bit. |
tree | commitdiff |
2007-01-22 |
John Resig | You had to have an event bound in order to trigger... |
tree | commitdiff |
2007-01-22 |
John Resig | Triggered event handlers are only executed once now. |
tree | commitdiff |
2007-01-22 |
John Resig | Quick code optimization in trigger. |
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 | Added in jQuery.isFunction(). |
tree | commitdiff |
2007-01-13 |
John Resig | Added a fix for triggered events not being cancellable... |
tree | commitdiff |
2007-01-12 |
John Resig | Removed unnecessary uses of typeof undefined. |
tree | commitdiff |
2007-01-10 |
Jörn Zaefferer | Modified ready to event to pass jQuery object, allowing... |
tree | commitdiff |
2007-01-09 |
Jörn Zaefferer | Moved event object docs to wiki |
tree | commitdiff |
2007-01-09 |
Jörn Zaefferer | Removed duplicated show/hide/toggle, added test for... |
tree | commitdiff |
2007-01-07 |
John Resig | Reorganized the different effects to be in fx.js, inste... |
tree | commitdiff |
2007-01-07 |
John Resig | Improved the categories of a bunch of docs, upped the... |
tree | commitdiff |
2007-01-06 |
John Resig | Converted instances of new function(){ ... } to use... |
tree | commitdiff |
2007-01-04 |
Jörn Zaefferer | Merged the three unbind docs into one, added a few... |
tree | commitdiff |
2007-01-03 |
Jörn Zaefferer | Added back the check for safari before checking target... |
tree | commitdiff |
2007-01-02 |
John Resig | It's now possible to trigger default events like .click... |
tree | commitdiff |
2007-01-02 |
John Resig | Cleaned up a bunch of the event code, removed .oneEvent... |
tree | commitdiff |
2007-01-01 |
Jörn Zaefferer | typo, a bit formatting |
tree | commitdiff |
2006-12-31 |
Brandon Aaron | Fix for #504 |
tree | commitdiff |
2006-12-31 |
John Resig | Moved all the relevant event-related code into the... |
tree | commitdiff |
2006-12-30 |
Jörn Zaefferer | Removed documentation for oneXXX and unXXX methods... |
tree | commitdiff |
2006-12-28 |
Jörn Zaefferer | Implemented, tested and documented #202 |
tree | commitdiff |
2006-12-24 |
Jörn Zaefferer | Fix for #689 |
tree | commitdiff |
2006-12-20 |
Jörn Zaefferer | Improved docs for blur() and focus(), mentioning the... |
tree | commitdiff |
2006-12-19 |
Jörn Zaefferer | Fix for #468 |
tree | commitdiff |
2006-12-11 |
Jörn Zaefferer | Fixed docs for #134 |
tree | commitdiff |
2006-12-11 |
Jörn Zaefferer | Fix for #474 |
tree | commitdiff |
2006-11-18 |
Jörn Zaefferer | Testsuite 2.0 |
tree | commitdiff |
2006-11-15 |
Brandon Aaron | Fix for #181 |
tree | commitdiff |
2006-10-27 |
Jörn Zaefferer | Fix to prevent potential memory leak, dunno if that... |
tree | commitdiff |
2006-10-27 |
Jörn Zaefferer | Modified onexxx handlers to unbind themselve when execu... |
tree | commitdiff |
2006-10-26 |
John Resig | Rolled back Joern's changes. They've been moved to... |
tree | commitdiff |
2006-10-26 |
Jörn Zaefferer | Fixed and improved jQuery's event system: The target... |
tree | commitdiff |
2006-10-15 |
John Resig | Fixed all warnings generated when javascript.options... |
tree | commitdiff |
2006-10-10 |
John Resig | Fixed a bunch of endline issues. |
tree | commitdiff |
2006-10-06 |
Jörn Zaefferer | Removed (hopefully) all references to $ within the... |
tree | commitdiff |
2006-10-06 |
Jörn Zaefferer | Fixed bug #222 (again) |
tree | commitdiff |
2006-10-03 |
Jörn Zaefferer | Fixed bug #225 again |
tree | commitdiff |
2006-10-03 |
Jörn Zaefferer | Added * You can have as many $(document).ready events... |
tree | commitdiff |
2006-10-01 |
Jörn Zaefferer | Added fix for bug #222 |
tree | commitdiff |
2006-10-01 |
Jörn Zaefferer | Marked load() as private, won't work anyway |
tree | commitdiff |
2006-09-30 |
Jörn Zaefferer | Removed event test for load; Added fix for bug #225 |
tree | commitdiff |
2006-09-16 |
John Resig | Weird, I never committed the docs for mouseover. |
tree | commitdiff |
2006-09-08 |
John Resig | Minor documentation fixes. |
tree | commitdiff |
2006-09-07 |
Jörn Zaefferer | Modified test for wrap(String), added test for toggle... |
tree | commitdiff |
2006-09-05 |
Jörn Zaefferer | Testcase now logs exceptions if a console is avaiable... |
tree | commitdiff |
2006-09-01 |
John Resig | Lots of documentation overhaul - much more documented... |
tree | commitdiff |
2006-08-31 |
John Resig | Oops, syntax error. |
tree | commitdiff |
2006-08-31 |
John Resig | Added fix for stray <script> element that was left... |
tree | commitdiff |
2006-08-26 |
John Resig | Added in a bunch of fx fixes - and hide/show/toggle... |
tree | commitdiff |
2006-08-14 |
John Resig | Massive overhauls to the test suite - it is now generat... |
tree | commitdiff |
2006-08-13 |
John Resig | Moved all the jQuery source to the new src directory. |
tree | commitdiff |
|