묻고답하기

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title>Hello World</title>
<script type="text/javascript" src="../search/jquery-1.4.4.min.js"></script>
<script type="text/javascript">
function  helloWorld()
{
 $.ajax({
 url : "helloWorld.php",
 success : function (data) {
 $("#contentArea").html(data);
 }
 });
}
</script>
</head>
<body>
 
 <table width="600" border=0>
 <tr><td  width="50" align="center">
 <input type="button" name="button" value="Click!" onClick="helloWorld();">
 <td  width="550" align="left" valign="top">
 <div id="contentArea" style="color:#FF0000;font:bold 25px
  arial;padding-top:140px;">  </div> 
 </td>
 </td>
 </tr>
 </table>
</body>
</html>

간단한 ajax 예제인 helloworld.html 입니다. 액션 파일 helloworld.php 는 다음과 같습니다.

<?
 print $hello_world="Hello World";
?>

그냥 실행 시키거나 레이아웃 없는 외부페이지로 실행하면 문제 없이 잘 실행됩니다.
그런데 레이아웃(xe_official)을 지정하면 단추를 눌러도 "Hello World" 가 안 나오고 먹통이 되어버립니다.

물론 레이아웃을 지정할 때 XE에 기본적으로 jQuery가 올라오므로
<script type="text/javascript" src="../search/jquery-1.4.4.min.js"></script>  한 줄은 지웠고, function helloWorld()는                 (function($){..
..
})(jQuery);

로 감싸 준 다음 helloworld2.html 파일을 사용하였습니다.

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title>Hello World</title>
<script type="text/javascript">
(function($){
function helloWorld()
{
$.ajax({
url : "helloWorld.php",
success : function (data) {
$("#contentArea").html(data);
}
});
}
})(jQuery);
</script>
</head>
<body>

<table width="600" border=0>
<tr><td width="50" align="center">
<input type="button" name="button" value="Click!" onClick="helloWorld();">
<td width="550" align="left" valign="top">
<div id="contentArea" style="color:#FF0000;font:bold 25px
arial;padding-top:140px;"> </div>
</td>
</td>
</tr>
</table>
</body>
</html>




글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
하리+_+ 첨부파일 글자가 보이지 않습니다 file  
Huckleberry Finn 모바일페이지 만드는법좀 알려주실분 없나요? ㅠㅠ [1] 2011.06.19 by 공듀
곰기 특정 글에서 경고문구를 출력하고 싶습니다.  
psvjm 설치시 에러  
DynamicLaser 레이아웃 CSS코딩 관련하여 질문드립니다. [1] 2011.06.19 by 송동우
bombsix jwplayer embadder 방식사용문의  
홈페이지 142 조회수 임의 수정 [1] 2011.06.19 by 송동우
제로보드굿굿 1.4.5.7 코어에서 댓글이안달려요.......  
독도2005 위젯을 인식을 못하네요.... 뭐가 문제죠?? ㅠㅠ [2] file 2011.06.19 by 독도2005
일필휘지 질답게시판을 만들려는데.. [1] 2011.06.19 by 공듀
소인묵객 첫곡은 랜덤 그이후는 순차재생되는 소스를 보고...  
bestfuck . [1] 2011.06.19
도라란 if문 간단하게 바꾸기 [2] 2011.06.19 by 도라란
독도2005 위젯을 넣으니 오류가... help... [1] file 2011.06.19 by 용병
도라란 애드온 설정 적용 부분 [2] 2011.06.19 by 엘카
장서가 xe의 jQuery에서는 ajax가 안 되나요? [2] 2011.06.19 by SMaker
lumpen 스마트폰에서 접속시, 게시판 첨부화일 다운로드 실패를 하는데.. [1] file 2011.06.19 by 또라이
전혜영415 게시판 사이즈 조절과 위치 조절 어떻게 하나요?  
lumpen 스마트폰에서 첨부화일 다운로드 안되는 데 해결좀.. [1] file 2011.06.19 by 백성찬
cjmaxim 모듈 분류 변수