开发者

Using Context Menu On Fancybox Image Popup

开发者 https://www.devze.com 2023-01-22 01:40 出处:网络
I integrated this right click context menu into my website: http://abeautifulsite.net/blog/2008/09/jquery-context-menu-plugin/#download

I integrated this right click context menu into my website: http://abeautifulsite.net/blog/2008/09/jquery-context-menu-plugin/#download

my problem now is when I use fancybox to show an image, I can't seem to find a selector to target so i can use my custom context menu when i right click on the fancybox image popup.

Any id开发者_运维问答eas?


Oh I found the answer.

in the fancybox options, use the onComplete callback

onComplete : function() { $("selector").contextMenu({ blah }); }

0

精彩评论

暂无评论...
验证码 换一张
取 消