$("#more_btn").click(function(){ $.ajaxSetup({ 'beforeSend' : function(xhr) { xhr.overrideMimeType('text/html; charset=euc-kr'); } }); $.ajax({ url:"http://www.allmap.co.kr/default/AJAXDB/contents_Ajax.php", type:'GET', dataType:"html", contentType: 'application/x-www-form-urlencoded;charset=euc-kr', beforeSend: function(data) { data.overrideMimeType('application/x-www-form-urlencoded;charset=euc-kr')}, error : function(){ alert("Åë½Å½ÇÆÐ(µµ¸ÞÀÎÀÌ º¯°æ µÇ¾ú½À´Ï´Ù.)"); }, success: function(data){ $("#ajaxzoon2").load('/base_3/AJAXDB/contents_Ajax.php #ajaxzoon2'); $("#mo_ajaxzoon2").load('/base_3/AJAXDB/contents_Ajax.php #mo_ajaxzoon2'); } }); }); $("#page2").click(function(){ $.ajax({ url:"http://allmap365.cafe24.com/base_3/portfolio/homepage.php", type:'GET', dataType:"html", error : function(){ alert("Åë½Å½ÇÆÐ!!!!"); }, success: function(data){ $("#hp_title").load('http://allmap365.cafe24.com/base_3/portfolio/homepage.php #hp_title'); } }); }); $("#page3").click(function(){ $.ajax({ url:"http://allmap365.cafe24.com/base_3/portfolio/homepage.php", type:'GET', dataType:"html", error : function(){ alert("Åë½Å½ÇÆÐ!!!!"); }, success: function(data){ $("#ajaxzoon").load('/portfolio/homepage.html #ajax3'); } }); }); $("#more_btn_div a").click(function(){ $("#more_btn_div").css({ 'display': 'none' }); });