Do you have a demo?
On 15 feb, 07:03, micho wrote:
> Okay, so searching and searching I found that the problem is really in
> this block:
>
> $.each(cur.bindings, function(id, func) {
> $('#'+id, menu).bind('click', function(e) {
> hide();
> func(trigger, currentTarget)
Okay, so searching and searching I found that the problem is really in
this block:
$.each(cur.bindings, function(id, func) {
$('#'+id, menu).bind('click', function(e) {
hide();
func(trigger, currentTarget);
});
});
This is for some reason not working for firef
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 in both IE and Firefox
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 plugin" combined with
4 matches
Mail list logo