I encoded a jquery script where there is a small grid on the screen, and using drag and drop, users can put tiles in the grid (snaps in place). Currently, if you hover over a tile, it disappears into the options for rotation, but I would prefer if you could right-click to rotate (which makes it more natural). I understand that the right-click blocking mouse frown completely, so I was wondering if it is only possible in a specific element and then capture this event, do something in JS and disable the context menu? - works in every browser.
On the side of the note, I'm currently using jQuery for effects and custom javascript for drag and drop, is it worth looking at the jQuery plugin for drag and drop?
Many thanks,
javascript jquery drag-and-drop right-click
Pez cuckow
source share