I have a problem with JQuery Context Menu ( link text ) and iframe. If i use it inside开发者_开发知识库, the context menu is naturaly shown inside. But it will be partialy shown.
I am searching how to resolve it. Please note that the context menu only appear when i click on specific iframe's elements.
thanks :)
You would need to make sure the iframe page and the iframed page were on the same domain, then create the elements that made up the context menu in the parent page instead of the iframed page.
精彩评论