I realize there are a lot out there but can people please recommend decent and lightweight jQuery Right Mouse click context-menu plugins.
URLs/demos would be much appreciated.
I'm using this for a current project, only 4kb minified and no problems this far:
jQuery Context Menu Plugin (abeautifulsite.net)
Direct demo page: Here
here is the jQuery code to disable "regular" context menu :
$(document).bind("contextmenu",function(e){ return false; });
It's usefull when you want to use your own context menu but dont't what to show the navigator's context menu...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With