Demonstrates use of event capture phase (as opposed to bubble phase, used by jQuery's bind) to prevent default trello click events if ALT key is depressed.
Visit http://bl.ocks.org/dergachev/5571933 to install this bookmarklet.
- http://www.quirksmode.org/js/events_order.html
- http://stackoverflow.com/a/11972730/9621
- http://stackoverflow.com/a/2518441/9621
- Running
jQuery('div.window-wrapper>.clearfix').data('events')
is instructive.