Closed GoogleCodeExporter closed 8 years ago
It would be much easier for me to deal with your case if I get DHTML.
In general I may say that once you redirect, the rest of the code will never be
executed since the scope of the DOM has vanished.
Otherwise, the design goal is to execute the whole queue same as it is done in
other
jQuery event bindings.
Looking forward getting your DHTML.
Original comment by Afro.Sys...@gmail.com
on 4 Nov 2008 at 6:54
Ok, maybe is a problem in my design. In fact, I use some hotkeys in an
application,
and the point is to show to the user what hotkeys can be used. So, if I have an
Array
with the hotkeys, I can use this Array for both: register the hotkeys, and show
to
the user the hotkeys are availables.
Maybe jQuery Hotkeys save a buffer with registered hotkeys? And is accesible?
In any
case thanks very much for your response. :)
Original comment by davidesp...@gmail.com
on 4 Nov 2008 at 5:17
> Maybe jQuery Hotkeys save a buffer with registered hotkeys? And is accesible?
look at window.hotkeys.triggersMap
Original comment by Afro.Sys...@gmail.com
on 4 Nov 2008 at 7:25
Ok thanks. I think some better and maybe wrong in my project. However, is a good
point the tip that you show in the last comment. I see for this. Thanks very
very much!
Original comment by davidesp...@gmail.com
on 4 Nov 2008 at 8:37
Original issue reported on code.google.com by
davidesp...@gmail.com
on 4 Nov 2008 at 4:36