I am looking for an easy way to select an option from a select list and be able to perform a number of actions on that option. One of the main operations is to edit the option. I would like to implement a context type menu by right clicking the option and then perform the action.
Does anyone know how to capture a right click on a select box option with jQuery?
I would like to use: http://abeautifulsite.net/blog/2008/09/jquery-context-menu-plugin/
Thanks!!!