Thickbox
Mia and Me - Thickbox

#dc#dc comics#batman#batfamily#bruce wayne#batfam#dick grayson#tim drake#dc fanart

seen from China

seen from Malaysia
seen from China

seen from Germany
seen from Switzerland
seen from China
seen from China

seen from China
seen from Netherlands
seen from Germany
seen from China

seen from South Korea

seen from Türkiye
seen from Netherlands
seen from China
seen from Yemen

seen from Netherlands
seen from China

seen from Türkiye
seen from United States
Thickbox
Mia and Me - Thickbox
How-to: jQuery .ready in a dynamically inserted iframe #solution #programming #fix
How-to: jQuery .ready in a dynamically inserted iframe #solution #programming #fix
jQuery .ready in a dynamically inserted iframe
We are using jQuery thickbox to dynamically display an iframe when someone clicks on a picture. In this iframe, we are using galleria a javascript library to display multiple pictures.
The problem seems to be that $(document).readyin the iframe seems to be fired too soon and the iframe content isn’t even loaded yet, so galleria code is not applied…
View On WordPress
THICKBOX:LIGHTBOX風な表示のカスタマイズし易いJS
ThickBox
今のところ一番使用しているJsのライブラリです。 細かいパラメータも設定できるっぽく、上記参考サイトを参照して下さい。 IE6にも対応しており、lightbox風の演出でデザインのサイトでカスタマイズし易いです。
記述として、
続き…THICKBOX:LIGHTBOX風な表示のカスタマイズし易いJS
ThickBox IE7以上の縦スクロール時のポジション
function tb_position() { jQuery("#TB_window").css({marginLeft: '-' + parseInt((TB_WIDTH / 2),10) + 'px', width: TB_WIDTH + 'px'}); if ( !(jQuery.browser.msie && jQuery.browser.version < 10)) { // take away IE6 jQuery("#TB_window").css({marginTop: '-' + parseInt((TB_HEIGHT / 2),10) + 'px'}); } }
縦位置の制限がIE6以下になっていたので、9以下に変更。
javascriptで警告を出したりポップアップしたり、ポップアップの中でiframeしたり、thickboxとかlightboxみたいなやつ。