We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a trigger element that looks like:
and javascirpt that looks like
$('#menu-a').contextMenu('menu',$('#menu-ul'), { displayAround: 'trigger', position: 'bottom' });
I also want to trigger on the menu-i item, I can replace the '#menu-a' with '#menu-i' and it will trigger on the inner (FA icon) but can't get it to trigger on both. I have tried both the contextMenu('open') and the option to triggerOn but neither works.
What is the correct way to get the trigger to work on all the elements inside the trigger?
thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a trigger element that looks like:
and javascirpt that looks like
$('#menu-a').contextMenu('menu',$('#menu-ul'),
{
displayAround: 'trigger',
position: 'bottom'
});
I also want to trigger on the menu-i item, I can replace the '#menu-a' with '#menu-i' and it will
trigger on the inner (FA icon) but can't get it to trigger on both. I have tried both the
contextMenu('open') and the option to triggerOn but neither works.
What is the correct way to get the trigger to work on all the elements inside the trigger?
thanks.
The text was updated successfully, but these errors were encountered: