jQuery

プラグイン

fancyBox を 閉じる方法

fancyBox を 閉じる呪文 $.fancybox.close(); iframe で開いた場合は parent.$.fancybox.close();
JavaScript

jQuery で iframe のデータを書き換える

iframe で開いた エリアから、元の html 内のデータ(value)を書き換える呪文 $("#home_id",parent.document).val(data_value); iframe の iframe からだと $("#h...
スポンサーリンク