How can i understand that my page is being called from iframe and break it with jquery ? Thank you.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
that's how you break out of a frame |
|||||||||||
|
|
You don't need jQuery for it, but the jQuery version is this:
|
|||||||||
|
|
if you really want a JQuery solution here it is (Crossbrowser, and works fine even if $ is something else in the scoop):
Even though its unnecessary and overkill because it can be done easier with vanilla JavaScript. |
||||
|