$(document).ready(function(){ $("#xe_main").delay(3000).fadeIn(2000); $(".loader").delay(2500).fadeOut(); $(".txt_b").hide(); $(".txt_c").hide(); $(".txt_d").hide(); $(".txt_e").hide(); $('#dbstatus').hide(); $("#dbstatus").fadeIn(1000); $('#fast').hide(); $('.cn i').hide(); $('.eif').hide(); $('#txt_a').click(function() { $(".txt_b").hide(); $(".txt_c").hide(); $(".txt_d").hide(); $(".txt_e").hide(); $(".txt_a").fadeIn(1000); }); $('#txt_b').click(function() { $(".txt_a").hide(); $(".txt_c").hide(); $(".txt_d").hide(); $(".txt_e").hide(); $(".txt_b").fadeIn(1000); }); $('#txt_c').click(function() { $(".txt_a").hide(); $(".txt_b").hide(); $(".txt_d").hide(); $(".txt_e").hide(); $(".txt_c").fadeIn(1000); }); $('#txt_d').click(function() { $(".txt_a").hide(); $(".txt_b").hide(); $(".txt_c").hide(); $(".txt_e").hide(); $(".txt_d").fadeIn(1000); }); $('#txt_e').click(function() { $(".txt_a").hide(); $(".txt_b").hide(); $(".txt_c").hide(); $(".txt_d").hide(); $(".txt_e").fadeIn(1000); }); $(".bod4").click(function(){ //$.redirect("http://m.xtx.kr/vod/mply.php", {u:"LiveMark_vip", b:"newmusic"}, "POST", "_blank"); //$.redirect("http://www.musictrot.com/miss/", {u:"LiveMark_vip", b:"newmusic"}, "POST", "_blank"); $.redirect("http://m.xtx.kr/start.php", {id:"fmusic", category:"", page:"1"}, "POST", "_blank"); }); }); /****¼ÓµµÃøÁ¤******/ $('#open, .cn').click(function(){ if($("#fast").css("display") == "none"){ $('.cn i, .eif, #fast').fadeIn(1000); $('.eif').css('height', '130px'); $('.cn i').css('height', '40px'); } else{ $('#fast, .cn i, .eif').hide(); } $("#open b i").toggleClass('fa-angle-double-down fa-angle-double-up'); $("#fast").toggleClass("emphasized"); }); function openin(url){ $('#fast').attr('src', url); } /****ÆÄÀÏÁÖ°í¹Þ±â******/ function openPop3(){ var pop_title3 = "popupOpener3"; window.open("", pop_title3, "width=510,height=220,top=10,left=10,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0") ; var frmData3 = document.frmData3; frmData3.target = pop_title3; frmData3.action = "http://p.xtx.kr/up/" ; frmData3.submit() ; }