Can you provide an example? The jsfiddle example is building a menu but it doesn't look that dynamic. If the actions for the context menu are things like "Details","Edit","Delete","Copy", etc..., then I really just need to create one menu and bind it to every row for rightclick. Then when the action is selected, the data is retrieved from the selected row. That seems to be how contextMenu plugin works but for JQuery Menu, it looks more static... how do you associate a specific menu action with the row that triggered the popup?