Project moved to https://github.com/ivanistheone/ccss_bookmarklet
About
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.
Installation:
Visit http://bl.ocks.org/dergachev/5571933 to install this bookmarklet
Resources:
- http://www.quirksmode.org/js/events_order.html
- http://stackoverflow.com/a/11972730/9621
- http://stackoverflow.com/a/2518441/9621
Dev notes
- Running
jQuery('div.window-wrapper>.clearfix').data('events')
is instructive.