Ajax 예제 및 사용법
출처 : http://nowonbun.tistory.com/76
Ajax 시작하기
참조 : https://developer.mozilla.org/ko/docs/AJAX/Getting_Started
Ajax 채팅 프로그램 작성
예재 http://samples.tistory.com/71
요즘 Ria System이 각광받는 요즘 추세에 Ajax는 정말 많이 사용되는 기술입니다. AJax란 정확하게 이야기 하믄 JavaScript-x + 통신객체(XMLHttpRequest) + 통신데이터(XML) 세가지가 주요 기술요소로써 JavaScrpt-x에서 웹서버에 비동기 통신을 이용하여 데이터를 얻고 화면에 반영하는 방식입니다.
어려운 이론보다는 실제 코딩을 확인하겠습니다.
1 jQuery.ajax({
2 type:"POST",
3 url:".......",
4 data:"parameter,
5 success:function(msg){
6 },
7 error: function(xhr,status,error){
8 }
9 });
2 type:"POST",
3 url:".......",
4 data:"parameter,
5 success:function(msg){
6 },
7 error: function(xhr,status,error){
8 }
9 });
예제
1 <script language='javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
2 <script>
3 $(document).ready(function(){
4 jQuery.ajax({
5 type:"GET",
6 url:"test.html",
7 success:function(msg){
8 alert(msg);
9 }, error: function(xhr,status,error){
10 alert(error);
11 }
12 });
13 });
14 </script>
2 <script>
3 $(document).ready(function(){
4 jQuery.ajax({
5 type:"GET",
6 url:"test.html",
7 success:function(msg){
8 alert(msg);
9 }, error: function(xhr,status,error){
10 alert(error);
11 }
12 });
13 });
14 </script>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8030 | 9년 전 | 375 | ||
| 8029 | 9년 전 | 310 | ||
| 8028 | 9년 전 | 265 | ||
| 8027 | 9년 전 | 283 | ||
| 8026 | 9년 전 | 338 | ||
| 8025 | 9년 전 | 387 | ||
| 8024 | 9년 전 | 345 | ||
| 8023 | 9년 전 | 395 | ||
| 8022 | 9년 전 | 323 | ||
| 8021 | 9년 전 | 330 | ||
| 8020 | 9년 전 | 321 | ||
| 8019 | 9년 전 | 344 | ||
| 8018 | 9년 전 | 448 | ||
| 8017 | 9년 전 | 539 | ||
| 8016 | 9년 전 | 331 | ||
| 8015 | 9년 전 | 392 | ||
| 8014 | 9년 전 | 327 | ||
| 8013 | 9년 전 | 238 | ||
| 8012 | 9년 전 | 245 | ||
| 8011 | 9년 전 | 448 | ||
| 8010 | 9년 전 | 301 | ||
| 8009 | 9년 전 | 293 | ||
| 8008 | 9년 전 | 289 | ||
| 8007 | 9년 전 | 433 | ||
| 8006 | 9년 전 | 464 | ||
| 8005 |
|
9년 전 | 971 | |
| 8004 | 9년 전 | 361 | ||
| 8003 | 9년 전 | 426 | ||
| 8002 | 9년 전 | 323 | ||
| 8001 |
|
9년 전 | 666 | |
| 8000 | 9년 전 | 421 | ||
| 7999 | 9년 전 | 376 | ||
| 7998 | 9년 전 | 431 | ||
| 7997 | 9년 전 | 313 | ||
| 7996 | 9년 전 | 535 | ||
| 7995 | 9년 전 | 458 | ||
| 7994 | 9년 전 | 337 | ||
| 7993 | 9년 전 | 401 | ||
| 7992 | 9년 전 | 509 | ||
| 7991 | 9년 전 | 253 | ||
| 7990 | 9년 전 | 292 | ||
| 7989 | 9년 전 | 307 | ||
| 7988 | 9년 전 | 732 | ||
| 7987 | 9년 전 | 430 | ||
| 7986 | 9년 전 | 422 | ||
| 7985 | 9년 전 | 511 | ||
| 7984 | 9년 전 | 433 | ||
| 7983 | 9년 전 | 663 | ||
| 7982 | 9년 전 | 523 | ||
| 7981 | 9년 전 | 474 | ||
| 7980 | 9년 전 | 492 | ||
| 7979 | 9년 전 | 477 | ||
| 7978 | 9년 전 | 457 | ||
| 7977 | 9년 전 | 392 | ||
| 7976 | 9년 전 | 851 | ||
| 7975 | 9년 전 | 361 | ||
| 7974 | 9년 전 | 400 | ||
| 7973 | 9년 전 | 600 | ||
| 7972 | 9년 전 | 385 | ||
| 7971 | 9년 전 | 459 | ||
| 7970 | 9년 전 | 303 | ||
| 7969 | 9년 전 | 547 | ||
| 7968 | 9년 전 | 389 | ||
| 7967 | 9년 전 | 377 | ||
| 7966 | 9년 전 | 374 | ||
| 7965 |
|
9년 전 | 1018 | |
| 7964 | 9년 전 | 399 | ||
| 7963 | 9년 전 | 402 | ||
| 7962 | 9년 전 | 381 | ||
| 7961 |
전갈자리남자
|
9년 전 | 507 | |
| 7960 | 9년 전 | 968 | ||
| 7959 | 9년 전 | 555 | ||
| 7958 | 9년 전 | 408 | ||
| 7957 | 9년 전 | 369 | ||
| 7956 | 9년 전 | 369 | ||
| 7955 | 9년 전 | 459 | ||
| 7954 | 9년 전 | 382 | ||
| 7953 | 9년 전 | 434 | ||
| 7952 | 9년 전 | 360 | ||
| 7951 | 9년 전 | 506 | ||
| 7950 | 9년 전 | 395 | ||
| 7949 | 9년 전 | 389 | ||
| 7948 | 9년 전 | 323 | ||
| 7947 | 9년 전 | 940 | ||
| 7946 | 9년 전 | 439 | ||
| 7945 | 9년 전 | 399 | ||
| 7944 | 9년 전 | 427 | ||
| 7943 | 9년 전 | 384 | ||
| 7942 | 9년 전 | 406 | ||
| 7941 | 9년 전 | 397 | ||
| 7940 | 9년 전 | 885 | ||
| 7939 | 9년 전 | 358 | ||
| 7938 | 9년 전 | 390 | ||
| 7937 | 9년 전 | 278 | ||
| 7936 | 9년 전 | 885 | ||
| 7935 | 9년 전 | 453 | ||
| 7934 | 9년 전 | 420 | ||
| 7933 | 9년 전 | 519 | ||
| 7932 | 9년 전 | 492 | ||
| 7931 | 9년 전 | 541 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기