livequery issue
livequery issue
Hello,
When I use livequery like this it works perfectly:
$('a') .livequery('click', function(event) { alert('clicked'); return false; });
But when I want to use it with another plugin like contextMenu, it doesn't work ...
$("#selector").livequery("contextMenu({
menu: 'myMenu'}",
function(action, el, pos) {
alert(action);
});
Does anybody knows what I am doing wrong here? I'm have searched but I'm only a beginner ...
Thank you for any help!
Christophe
Topic Participants
tmw455
sime.vidas