How can I write an onclick handler that does one thing for regular clicks and a different thing for shift-clicks?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can look at the click event's shiftKey property.
|
|||
|
|
|
The event fired from the DOM ought to contain a If you're using a JavaScript/DOM wrapping library such as YUI, Prototype or jQuery, any differences in implementation ought not to be an issue. |
|||
|
|