たぼさんの部屋

いちょぼとのんびり

2014-04-21から1日間の記事一覧

main_2.js:ほぼ完成版

これを使います。 Main_2.js iframe.js Main_2.js /*jslint nomen: true*/ ( function() {"use strict"; var host = document.location.host; //host : "php.efolab.com"という形式。 var protocol = document.location.protocol; //protocol : "http:"とい…

コントロール用レイヤー(Main_21.js)

これはiframeを使う為に コントロール用レイヤーを使ってリンクコントロールをしようとういうもの。 pointはここ。touchstartイベント時に一時的にレイヤーのdisplay.noneにする this.layer.style.display = "none"; var elm = document.elementFromPoint(x,…