[jQuery] Re: jQuery contextmenu problems

2009-02-15 Thread micho
ason not working for firefox. When I remove menu then it works, but then it starts iterating through all values in the nested tree. Nobody seems to be looking for the same feature? On 14 Feb, 03:37, micho wrote: > Okay, so I have now located the problem. Why does this row only work >

[jQuery] Re: jQuery contextmenu problems

2009-02-13 Thread micho
Okay, so I have now located the problem. Why does this row only work in IE, but not in Firefox? .bind('click', function(e) { e.stopPropagation(); Anyone out there??? On 13 Feb, 22:27, micho wrote: > Note that the contextmenu as such appears i

[jQuery] Re: jQuery contextmenu problems

2009-02-13 Thread micho
Note that the contextmenu as such appears in both IE and Firefox, but the problem is when I try to left click a menu item in the context menu. Then the binding only works in IE but not in Firefox. Anyone?? On 10 Feb, 02:21, micho wrote: > I'm using the "jQuery contextmenu plu

[jQuery] jQuery contextmenu problems

2009-02-09 Thread micho
I'm using the "jQuery contextmenu plugin" combined with "jQuery treeview async plugin". This means that I load in all data into the treeview from the database. Next step is that I want to be able to right click these dynamically loaded elements and alert the id of each element. I get it working in