How do I change the CSS from a web page contained in an object tag? (XHTML, jquery)
Posted
by Jose
on Stack Overflow
See other posts from Stack Overflow
or by Jose
Published on 2010-05-01T15:52:46Z
Indexed on
2010/05/01
15:57 UTC
Read the original article
Hit count: 159
Hi! I've been having a bit of a problem with jQuery and XHTML.
Basically, I've got an object tag that contains a Web Page in its data attribute. Now, what I want is that when I click a button I get this web page and dinamically change the CSS file it's currently using.
I've tried to get the page by using jquery, but all I get is the object itself, not the webpage contained in the object.
Thanks!! :)
© Stack Overflow or respective owner