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.
fancyboxIFrameポップアップに表示されているものをすべて印刷したいと思います。どうやってするの?現在、printは下にあるすべてのものを印刷するだけですが、これは私が望んでいることではありません。
これを試して:
$("#printBtn").click(function() { $('#myIframe')[0].print(); });