0byt3m1n1
Path:
/
data
/
48
/
4
/
58
/
64
/
4710553
/
user
/
5582526
/
htdocs
/
splash
/
_backup20150414
/
js
/
[
Home
]
File: script.js
(function( d, $){ var _ua = (function(){ var ua = navigator.userAgent; return { Mobile: typeof window.orientation != "undefined" }; })(); var init = function() { var $TB = $('<div id="videoContainer">').prependTo('.sp_mov'), _option = { videoId : 'PcNQttqZf6M', mute: false, increaseVolumeBy:10 }; var _ovc = $('<div id="bgOverlayContainer">').appendTo($('body')); _ovc.addClass('overlayPattern'); $(window).on('resize', function(){ _ovc.css({ height : window.innerHeight }); }); if(_ua.Mobile) { $('body').addClass('mobile'); var _tpl = '<iframe width="640" height="360" src="https://www.youtube.com/embed/'+_option.videoId+'?rel=0" frameborder="0" allowfullscreen></iframe>'; $TB.append(_tpl); } else { $TB.tubular(_option); } }; init(); })( document, jQuery); $("#timer").yycountdown({ endDateTime : '2015/04/21 10:00:00', unit : {d: ':', h: ':', m: ':', s: ''}, complete : function(_this){ _this.find('.yycountdown-box').fadeOut(); } }); jQuery('head').append('<style type="text/css">#wrapper{display:none;}</style>'); jQuery( function( $ ) { var timer = 2000; $('body').append('<div id="js_fade"></div>'); $(window).ready(function() { // ページロード時にフェードイン $('#wrapper').css({display: 'block'}); setTimeout( function() { $('#js_fade').fadeOut(timer); }, 2000 ); }); /*$("a[target!='_blank']").click( function() { var href = $(this).attr('href'); if ( href.match(/#/) || href.indexOf('javascript') == 0 ) return; $('#js_fade').fadeIn( timer, function() { location.href = href; }); return false; });*/ });