....live('click', function(){
   /*How do I distinguish left/right/double click*/
});
It seems event.button can be used to distinguish left and right click, but how to distinguish double click?
And I don't know if event.button is supported by all major browsers..
 
     
     
    