[jQuery] Re: Context Menu plugin - id of clicked element

2008-03-04 Thread Benster
Hi Dan, Many thanks for the reply, thats been a great help. Finally got it working! Heres some sample code for anyone else interested. Regards, Ben. $(document).ready(function() { $('span.demo1').contextMenu('myMenu1', { bindings: { '1'

[jQuery] Re: Context Menu plugin - id of clicked element

2008-03-03 Thread Dan G. Switzer, II
Benster, >Im new to jquery and im struggling with hopefully a simple question! > >Im using the Context Menu plugin - >http://www.trendskitchens.co.nz/jquery/contextmenu/ >which allows you to generate a right-click menu. All works fine, >however im now trying to pass in the id of the item that ha