I would like to create a context menu using jquery ui.
Here is the behavior:
on hover show the populated context menu.
How can I implement this? Assume that i do not have a place holder on the dom. I have only the x,y coordinate of where the hover event happened.
based on the documentation on the jquery ui site, there is only the markup way of creating the menu. http://api.jqueryui.com/menu/