开发者

Using Context Menu On Fancybox Image Popup

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜