" + " "; ""; var html = "" + ""; $("#chatMsg").prepend( html ); //挿入 //2013.10.7 End */ } $(function(){ queryParam = GetQueryString(); //2014.10.24 //2014.10.24 Start if( queryParam.r18 && queryParam.r18 == 1 ) { $("#r18_1").css( "font-weight", "bold" ); } else { $("#r18_0").css( "font-weight", "bold" ); } //2014.10.24 End $('#updateMode').click( function(){ var label = $(this).text(); if( label == "更新再開" ) { $(this).text( "更新停止" ); $('#waitBox').show(); tid = setInterval( "getPage()", 3000 ); } else { clearInterval(tid); $(this).text( "更新再開" ); // alert( "自動更新を停止しました。再開するときは「更新再開」をタップしてください。" ); } return false; } ); $('#submit').click( function(){ $.ajax({ type: 'POST', url: '/servlet/HiChat', data: { 'msg': $('#msg').val(), 'mode': $('#mode').val() }, success: function(data){ /* if(data.indexOf('') == 0 ) { alert(data.substring(12)); } else { $('#commentLst').html(data); $('.commentEdit').click( commentEdit ); } */ } }); //ajax } // fucntion() ); //.click getPage(); // var tid = setInterval( "getPage()", 3000 ); tid = setInterval( "getPage()", 3000 ); // audio = new Audio("http://chat.atura.jp/hi/mmf/0.mp3"); }); // -->