업데이트가 있습니다.
스토어에서 업데이트를 해주세요.
하이2021 소원을 말해보소
img{position:relative;}#test01 { position: absolute; width: 543px; height: 109px; left: 325px; top: 3475px;} .view li .common_inner span #test01{ position: absolute; width: 75%; height: 100px; left: 12%; top: 84%;} …
$.urlParam = function(name){ var results = new RegExp('[\?&]' + name + '=([^]*)').exec(window.location.href); if (results==null){ return 'null'; } else{ return results[1] || 0; }} function linkFunc_pc(){ var eventCode = $.urlParam('eventCode'); if(eventCode == 'null' …