Category
show
전체 (775)
웹표준, 웹접근성™ (5)
웹프로그래밍™ (360)
웹기획™ (0)
웹디자인™ (5)
서버™ (32)
데이터베이스™ (43)
개발자료 (9)
트랜드 (60)
Study English (2)
블루비 (70)
오피스 다이어리 (19)
Textcube (2)
이슈 (20)
컴퓨터 악세사리 (18)
엔터테인먼트 (24)
좋은글 (73)
재테크 (1)
이벤트 (4)

Prototype Ajax 기본 문법

웹프로그래밍™/Ajax, JSON, XML 2007/12/11 13:12 by 블루비 Total 1076 : Today 1 : Yesterday 3
prototype 에서 사용 되는 Ajax 기본 문법입니다.
new Ajax.Request('/some_url',
  {
    method:'get',
    parameter:'param1=value1¶m2=value2',//or $('form').serialize()
    onSuccess: function(transport){
      var response = transport.responseText || "no response text";
      alert("Success! \n\n" + response);
    },
    onFailure: function(){ alert('Something went wrong...') }
  });

2007/12/11 13:12 2007/12/11 13:12

TRACKBACK :: http://blueb.net/blog/trackback/986

Leave a Comment
[로그인][오픈아이디란?]
1  ... 252 253 254 255 256 257 258 259 260  ... 775 

달력

«   2008/11   »
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30