タグ

iframeとjqueryに関するopparaのブックマーク (2)

  • ResponsiveIframes.js

    Responsive IFrames Turn Your Complex IFrames into Responsive Goodness NPR-style. Demos Download Extend/Fork The What and Why IFrames are commonly used to allow embedding of third-party content. Many popular services, such as YouTube and Facebook, make extensive use of IFrames in their embeddable widgets. On a responsive website, all page components must be responsive. There are multiple ways of ma

  • iframe 関連処理まとめ - Cyokodog :: Diary

    iframe 関連の処理で分かったことをこちらにまとめてこうかと思います。コードは jQuery ベースです。 変更履歴 2009.06.17 Safari,Chrome にて動的に生成したiframe内に CSS ファイルを読み込ます方法が分からないとしてましたが、codeなにがし(http://code.nanigac.com/forum/view/488)で教えていただき、記事を修正しました。 iframe 内 を親 html から参照する 同一ドメインであることが前提です。 //iframe 内の window オブジェクトを参照する $('iframe')[0].contentWindow //iframe 内の document オブジェクトを参照する $('iframe')[0].contents()[0] //iframe 内の html 要素を参照する $('iframe

    iframe 関連処理まとめ - Cyokodog :: Diary
  • 1