jquery - div inside iframe hiding -
I'm playing with jquery.
I have loaded the Wikipedia page in an iframe. It was fun and good.
Now, I want to remove an element from the wiki page loaded inside the iframe (or can it reload it in an iframe without that element?). For example, say that I want to remove the 'left-navigation' element or some similarity.
Is this possible? If so, how can I do it?
You can not do this except for cross-domain policy if you load page from another domain You can not "mess" to speak iframes are obviously, it does not apply to iframes to link to your own domain pages. In this article, some solutions and hacks have been discussed on this issue:
Comments
Post a Comment