Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I use <iframe> within another page.
<iframe>
How can I give effects to the controls of first HTML page id's or classes, while accessing it from a second page?
类似的东西
利用
$("#myid", top.document);
或者
$("#myid", parent.document.body);