Brandon Aaron
|
2ad223aedd
|
Use DOM 2 event handlers, do not trigger click on a tags and event.data no longer global
|
2007-04-22 03:16:53 +00:00 |
|
John Resig
|
d7a8794eb5
|
Cleaned up a lot of the test suite - reorganized and renamed tests. Added a new triggerEvent() method to the test runner to help us better test actual event interactions.
|
2007-03-25 18:06:18 +00:00 |
|
Jörn Zaefferer
|
eab0e57fb5
|
Added test for #815
|
2007-03-25 12:16:23 +00:00 |
|
Jörn Zaefferer
|
4b9bed9543
|
Added test for #935
|
2007-03-25 12:07:59 +00:00 |
|
Jörn Zaefferer
|
4903872c17
|
Added test for #939
|
2007-03-25 12:01:15 +00:00 |
|
Jörn Zaefferer
|
a10afee0c3
|
Added a not-yet-failing testcase for #1054
|
2007-03-25 10:34:03 +00:00 |
|
Jörn Zaefferer
|
88abf0902a
|
Added a not-yet-failing testcase for #1054
|
2007-03-25 10:30:59 +00:00 |
|
Brandon Aaron
|
2b9b3e90c1
|
Fix generic event handler and $events expando removal for IE
|
2007-03-05 17:42:12 +00:00 |
|
Brandon Aaron
|
fe1910d4d9
|
Fix generic event handler and $events expando removal for IE
|
2007-03-05 17:34:17 +00:00 |
|
John Resig
|
6b729ff798
|
Cleaned up how event removing was handled. All expandos are now removed when they are no longer needed. Additionally, a bug where all events are unbound if an incorrect event handler is provided, was fixed.
|
2007-03-01 04:54:51 +00:00 |
|
Jörn Zaefferer
|
92417f694a
|
Backported wiki changes from http://docs.jquery.com/API/1.1.1/Events
|
2007-02-27 21:43:08 +00:00 |
|
Brandon Aaron
|
34cb5b5812
|
Fix for #964
|
2007-02-25 19:36:29 +00:00 |
|
John Resig
|
3eaebf45a2
|
Fix for bug #959, maintaining a list of event handlers on the 'events' property was causing problems with elements whom had that ID.
|
2007-02-18 22:17:28 +00:00 |
|
Brandon Aaron
|
670d2f4140
|
Fix for #849
|
2007-02-07 19:51:59 +00:00 |
|
Jörn Zaefferer
|
2c99c18652
|
Fixed toggle() test to exclude konquerer
|
2007-02-05 19:12:23 +00:00 |
|
Jörn Zaefferer
|
43f235f425
|
Fixed docs for trigger, describing the second argument.
|
2007-01-31 22:04:30 +00:00 |
|
Jörn Zaefferer
|
5cfaef9ff9
|
Exclude Opera from toggle test, too (#863)
|
2007-01-23 16:57:34 +00:00 |
|
Jörn Zaefferer
|
9f93c7b3b8
|
Removed another log statement; fixed add(Array) for IE (IE reports form.elements.nodeName == "FORM")
|
2007-01-23 14:46:19 +00:00 |
|
Jörn Zaefferer
|
926e80b902
|
Modified toggle() test to stop IE from browsing to another site, problem not solved
|
2007-01-23 11:10:02 +00:00 |
|
John Resig
|
d2f9022a8e
|
Refactored the trigger code a little bit.
|
2007-01-22 05:14:45 +00:00 |
|
John Resig
|
23220321d1
|
You had to have an event bound in order to trigger an event - which is not necessarily the case.
|
2007-01-22 05:00:02 +00:00 |
|
John Resig
|
6c72f188cd
|
Triggered event handlers are only executed once now.
|
2007-01-22 02:41:23 +00:00 |
|
John Resig
|
e45dbf29f8
|
Quick code optimization in trigger.
|
2007-01-22 00:38:57 +00:00 |
|
John Resig
|
34355cd698
|
Converted a lot of for loops to use jQuery.each() instead.
|
2007-01-14 21:49:59 +00:00 |
|
John Resig
|
ed5bda3020
|
Added in jQuery.isFunction().
|
2007-01-14 06:22:20 +00:00 |
|
John Resig
|
79c58b8406
|
Added a fix for triggered events not being cancellable. (You couldn't return false to stop a .submit(), for example.)
|
2007-01-13 22:29:59 +00:00 |
|
John Resig
|
39b0976e3e
|
Removed unnecessary uses of typeof undefined.
|
2007-01-12 03:53:55 +00:00 |
|
Jörn Zaefferer
|
c6e6e72561
|
Modified ready to event to pass jQuery object, allowing users to avoid the ugly custom alias pattern, added examples to both ready(Function) and $(Function)
|
2007-01-10 18:46:41 +00:00 |
|
Jörn Zaefferer
|
028f9d859d
|
Moved event object docs to wiki
|
2007-01-09 19:54:21 +00:00 |
|
Jörn Zaefferer
|
41cc839a2d
|
Removed duplicated show/hide/toggle, added test for toggle(), started documentation of event properties/methods
|
2007-01-09 17:15:22 +00:00 |
|
John Resig
|
0798c6e64e
|
Reorganized the different effects to be in fx.js, instead of jquery.js - and cleaned up some of the documentation.
|
2007-01-07 21:43:38 +00:00 |
|
John Resig
|
d7b73ea5c7
|
Improved the categories of a bunch of docs, upped the version to 1.1.
|
2007-01-07 09:20:19 +00:00 |
|
John Resig
|
c330527318
|
Converted instances of new function(){ ... } to use jQuery.each(...) instead. Also, removed unnecessary documentation for trigger functions (.mouseup()!?).
|
2007-01-06 05:31:47 +00:00 |
|
Jörn Zaefferer
|
df91317ab4
|
Merged the three unbind docs into one, added a few more (optional) hints; Use one() instead of bind() for unload
|
2007-01-04 09:47:42 +00:00 |
|
Jörn Zaefferer
|
af9e5d45fc
|
Added back the check for safari before checking target.nodeType, IE fails otherwise
|
2007-01-03 12:57:42 +00:00 |
|
John Resig
|
4805a45c06
|
It's now possible to trigger default events like .click(), .submit(), .focus(), etc. Using the jQuery event trigger.
|
2007-01-02 17:34:56 +00:00 |
|
John Resig
|
0ae7198b9e
|
Cleaned up a bunch of the event code, removed .oneEvent() and .unEvent().
|
2007-01-02 16:43:05 +00:00 |
|
Jörn Zaefferer
|
79f9678bf5
|
typo, a bit formatting
|
2007-01-01 14:54:55 +00:00 |
|
Brandon Aaron
|
b06dd433b2
|
Fix for #504
|
2006-12-31 22:03:34 +00:00 |
|
John Resig
|
370c6d564a
|
Moved all the relevant event-related code into the event module.
|
2006-12-31 03:58:43 +00:00 |
|
Jörn Zaefferer
|
09bfb5df0d
|
Removed documentation for oneXXX and unXXX methods (not yet implementation), added implementation for one()
|
2006-12-30 10:05:45 +00:00 |
|
Jörn Zaefferer
|
b8d46f7b6a
|
Implemented, tested and documented #202
|
2006-12-28 11:37:07 +00:00 |
|
Jörn Zaefferer
|
def8c734ed
|
Fix for #689
|
2006-12-24 01:16:20 +00:00 |
|
Jörn Zaefferer
|
30f708027f
|
Improved docs for blur() and focus(), mentioning the difference between calling the jQuery method and the DOM method
|
2006-12-20 15:58:28 +00:00 |
|
Jörn Zaefferer
|
dd27ea5830
|
Fix for #468
|
2006-12-19 19:06:36 +00:00 |
|
Jörn Zaefferer
|
3e3240f7ed
|
Fixed docs for #134
|
2006-12-11 09:38:03 +00:00 |
|
Jörn Zaefferer
|
a8bafe7874
|
Fix for #474
|
2006-12-11 08:59:50 +00:00 |
|
Jörn Zaefferer
|
7cc550727c
|
Testsuite 2.0
|
2006-11-18 13:37:01 +00:00 |
|
Brandon Aaron
|
32816eff59
|
Fix for #181
|
2006-11-15 17:13:07 +00:00 |
|
Jörn Zaefferer
|
8b875055ec
|
Fix to prevent potential memory leak, dunno if that actually helps
|
2006-10-27 08:23:25 +00:00 |
|