Nope. No reason whatsoever.
petersom3000 wrote: > > Is there a reason for not using the oncontextmenu event? > http://www.google.com/search?q=oncontextmenu > > > Dan Atkinson wrote: >> >> Feel free to jQuerify this: >> <code> >> function click(e) >> { >> if (document.all) >> { >> if (event.button==2||event.button==3) >> ...etc >> </code> >> It's pretty much just a right click disabler which won't allow right >> clicking in Firefox. >> > > -- View this message in context: http://www.nabble.com/Right-Click-Plugin---Function-tf3043202.html#a8926868 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
