Andrea Giammarchi
|
3a23a5c17d
|
Changed the === undefined ready event check to == null since frameElement is usually null and was skipping the normal line of checks.
|
2009-11-17 10:45:01 -05:00 |
|
Rich Dougherty
|
bf71575bb4
|
Land Rich's fix for not using window.top to do frame detection. Fixes #4787.
|
2009-11-11 13:56:39 -05:00 |
|
Mr Speaker
|
5cb1163469
|
Making sure that you can bind multiple toggles to a single element without problems. Thanks to 'Mr Speaker' for the original patch. Fixes #5274.
|
2009-11-11 09:46:24 -05:00 |
|
John Resig
|
262fcf7b7b
|
Require that, at least, document.body exists before firing the ready event. This may stop jQuery from working on pages that don't create a document.body (such as Safari, when no body exists) but considering that we've required a document.body since 1.3 and haven't broken any pages, this doesn't appear to be a pressing issue. Used the test case written by dmethvin to verify the bug and the fix. Fixes #4320.
|
2009-11-09 13:47:53 +01:00 |
|
John Resig
|
24e18d4cae
|
Backing out commit 81bfd9b870 , read the ticket incorrectly - and seeing some of the other earlier tickets it's obvious that a more generic solution is needed. Thanks jdalton for the catch.
|
2009-11-09 13:30:33 +01:00 |
|
John Resig
|
4fd730dca7
|
Merge branch 'master' of git@github.com:jquery/jquery
|
2009-11-09 13:01:10 +01:00 |
|
lrbabe
|
d251809912
|
Making mouseenter and mouseleave work with .live().
|
2009-11-09 12:59:54 +01:00 |
|
lrbabe
|
9a69b2cf08
|
Cleanup bubbling focus and blur events
- Use cached event instead of jQuery.event
- Do not cache event.special if you use it only once
|
2009-11-09 19:41:43 +08:00 |
|
rkatic
|
3dc5bc5a8b
|
Make liveHandler to use jQuery.lastCloser and speed up internal sorting.
|
2009-11-08 00:37:05 +08:00 |
|
John Resig
|
81bfd9b870
|
Make sure that document.body exists, at least, in IE before the ready event is fired. Fixes #5443.
|
2009-11-07 16:00:43 +01:00 |
|
visionmedia
|
50cf4351a6
|
Consistant splits using " " instead of ","
This was used in several other areas, and IMO is easier to read
and since nothing is multi-word then we misewell use " "
|
2009-10-27 08:40:59 +08:00 |
|
John Resig
|
4b5a680f77
|
Fixed == change in ready.
|
2009-10-08 18:13:07 +00:00 |
|
Yehuda Katz
|
45dfa3b0fc
|
Probably not the optimal solution, but tests pass.
|
2009-09-16 08:33:00 +00:00 |
|
Ariel Flesler
|
9ebb2fc654
|
jquery event: closes #5250. bind(), unbind() and one() support Object Literals (needs some refactor though)
|
2009-09-16 02:19:18 +00:00 |
|
Ariel Flesler
|
681f4fd3cd
|
jquery event: misc removal
|
2009-09-14 22:58:20 +00:00 |
|
Ariel Flesler
|
bca8225413
|
jquery event: fixes #4989. blur and focus events now bubble and can be handled using live().
|
2009-09-14 22:04:22 +00:00 |
|
Brandon Aaron
|
f3474c00cd
|
fix for #5198, event memory leak limited to IE only via conditional compilation
|
2009-09-14 21:14:15 +00:00 |
|
John Resig
|
0a6c5205d2
|
Make sure that at least one argument is provided to .slice(), in accordance with the spec. Fixes jQuery bug #4942.
|
2009-07-23 13:22:55 +00:00 |
|
John Resig
|
6fc57be843
|
Support dynamically loaded copies of jQuery using document ready. Fixes #4889.
|
2009-07-22 15:03:23 +00:00 |
|
Brandon Aaron
|
ee34b6982a
|
fix for #3533, triggering an event with a colon in the name on a table no longer throws an error in IE
|
2009-06-17 02:31:45 +00:00 |
|
Brandon Aaron
|
b763cc6602
|
fix regression in removing live events caused by r6324
|
2009-05-12 15:43:51 +00:00 |
|
Ariel Flesler
|
d075072768
|
jquery event: misc change
|
2009-05-10 14:38:35 +00:00 |
|
Brandon Aaron
|
09b59038a0
|
unused, left-over code from r6344
|
2009-05-07 18:09:17 +00:00 |
|
Brandon Aaron
|
811891785f
|
.bind() now accepts an optional thisObject as the last argument which is used to change the value of this in event callbacks. fixes #3699
|
2009-05-07 00:50:28 +00:00 |
|
Brandon Aaron
|
8f042d8be3
|
fix for #4234. hover can take one function to use for both enter and leave.
|
2009-05-06 02:17:24 +00:00 |
|
Brandon Aaron
|
3a9c827bf8
|
fix for #3286
|
2009-05-06 01:24:22 +00:00 |
|
Brandon Aaron
|
cbda6c541b
|
fix global event triggering that i broke in r6323
|
2009-05-01 00:59:27 +00:00 |
|
Brandon Aaron
|
96fd5f18d4
|
special event refactor left over code
|
2009-05-01 00:36:21 +00:00 |
|
Brandon Aaron
|
c6db93c373
|
fix for #2620
|
2009-05-01 00:21:29 +00:00 |
|
Brandon Aaron
|
a4b8fed8ad
|
only copy guid from handler to modifiedHandler if it does not already have one
|
2009-05-01 00:02:51 +00:00 |
|
Brandon Aaron
|
aef1989ba7
|
live event handlers now receive data from trigger, fixes #4532, thanks nbubna
|
2009-04-30 21:50:15 +00:00 |
|
Brandon Aaron
|
71efbdd3b2
|
refactor specialAll into add and remove hooks for existing special events, live now accepts optional data param like bind, fixes #4612 and #4613, thanks to Mike Helgeson
|
2009-04-30 21:44:25 +00:00 |
|
Brandon Aaron
|
287ecdbf67
|
event clean up
|
2009-04-30 01:26:09 +00:00 |
|
Brandon Aaron
|
851846aabe
|
.unbind() without any arguments now also unbinds namespaced events. fixes #4609 and #4241
|
2009-04-29 21:45:58 +00:00 |
|
Brandon Aaron
|
f5690995dd
|
fix for #4268. bind now works with iframe windows. thanks tr4nslator
|
2009-04-22 04:18:53 +00:00 |
|
Brandon Aaron
|
3715d73f79
|
fix for #2911
|
2009-04-22 02:31:29 +00:00 |
|
Brandon Aaron
|
f8ef75eb91
|
remove trailing spaces
|
2009-03-23 01:55:17 +00:00 |
|
Brandon Aaron
|
30e760b63f
|
fix for #4189, live/die now work with contexts other than just document
|
2009-03-20 03:10:07 +00:00 |
|
John Resig
|
dae96f552e
|
Added some more information to the unload event cleanup.
|
2009-03-19 15:16:02 +00:00 |
|
John Resig
|
985856b823
|
No longer use arguments.callee or RegExp (use new RegExp, instead) for ES 3.1 and Caja compatibility. Fixes jQuery bug #4251.
|
2009-02-26 18:00:41 +00:00 |
|
Ariel Flesler
|
48164ee603
|
jquery event: Fixing event.currentTarget for live().
|
2009-02-23 13:27:48 +00:00 |
|
Ariel Flesler
|
0a1b0db347
|
jquery event: closes #4033. e.currentTarget wasn't being enforced for native events (IE doesn't have it)
|
2009-02-17 12:38:16 +00:00 |
|
John Resig
|
9aa0c69c43
|
Fixed bubbling of live events (if an inner element handles an event first - and stops progatation - then the parent event doesn't encounter the event). Thanks to Irae for the patch. Fixes bug #3980.
|
2009-02-09 23:29:57 +00:00 |
|
John Resig
|
ce00f88ae2
|
Added a fix, suggested by Diego, for IE firing the ready event too late. Fixes bug #3988.
|
2009-01-28 22:38:00 +00:00 |
|
John Resig
|
a78557472c
|
Focused support of .live(). stopPropagation and stopImmediatePropagation are not supported - and do not do what the use would expect.
|
2009-01-20 17:25:37 +00:00 |
|
Ariel Flesler
|
735d44f6df
|
jquery event: closes #3843. Some events' timeStamp are wrong on Firefox, we don't rely on the native value anymore. timeStamp reflects object creation, not last event triggered.
|
2009-01-19 22:20:25 +00:00 |
|
John Resig
|
c2fad371f1
|
Made the IE frameElement check more explicit. Fixes #3880.
|
2009-01-17 22:04:23 +00:00 |
|
John Resig
|
b1018cad12
|
Landed a fix for when a DOM element gets accidentally removed by another live event handler. Thanks to Irae for the patches. Fixed #3820.
|
2009-01-10 19:57:07 +00:00 |
|
John Resig
|
ec7baf230d
|
Didn't get specific enough with the proxy guid, fixes #3787.
|
2009-01-09 22:14:48 +00:00 |
|
John Resig
|
d12e8a34e6
|
Made it so that you can bind a single function to multiple .live() selectors. Additionally, simplified the proxy code to provide a default proxy function.
Fixes #3787.
|
2009-01-09 22:10:42 +00:00 |
|