일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- sencha touch
- node.js
- JSON
- 선택적조인
- Ajax
- Spring
- 가우스
- phonegap
- Eclipse
- PHP
- Android
- tomcat
- jsr 296
- Struts
- jQuery
- iBATIS
- MySQL
- 전자정부프레임워크
- WebLogic
- GPS
- ibsheet
- Google Map
- appspresso
- swingx
- MFC
- PLSQL
- dock
- oracle
- JDOM
- rowspan
- Today
- Total
목록Ajax (4)
Where The Streets Have No Name
출처 : http://www.maheshchari.com/jquery-ajax-error-handling/ jQuery is the most awesome javascript library that made easy for asynchronous ajax calls.it has global ajaxfunction and some pre defined ajax functions like $.get, $.post, load .etc. but we don’t find any error messagesby default with this library. we can see the errors with firefox’s addon firebug or with IE developer toolbar.So we man..
출처 : http://blog.naver.com/kissin/70018447897 Query 사용위에서 소개한 Aptana를 설치 하였다면, 별도 jQuery설치는 필요 없다. 하지만 설치가 어려운것은 아니다. jQuery라이브러리는 55kb짜리 파일 하나로 되어 있다. 이를 HTML에 사용 선언을 하여 주면 된다. jQuery 기존 자바 스크립트 라이브러리 사용과 차이가 없다. 단, 압축버젼과 그렇지 않은 버젼 두개의 파일을 제공하는데, 프로그래밍을 할 때는 디버깅을 위해 압축하지 않은 버젼의 파일을 사용하고, 배포할 경우 압축된 버젼을 사용하는 것이 좋다. jQuery 의 시작 이벤트보통의 자바스크립트 프로그래머들은 브라우져의 document가 모두 다운로드 되어진 상태에서 코드를 시작하기위해 다음과..
출처 : http://darksniper.springnote.com/pages/743356 var ajax = {}; ajax.xhr = {}; ajax.xhr.Request = function(url, params, callback, method) { this.url = url; this.params = params; this.callback = callback; this.method = method; this.send(); } ajax.xhr.Request.prototype = { getXMLHttpRequest: function() { if (window.ActiveXObject) { try { return new ActiveXObject("Msxml2.XMLHTTP"); } catch(e) { t..
출처: http://support.microsoft.com/kb/601996/ko 1. Client.htm 작성하고 다음의 코드를 입력합니다. Part #: Description: Quantity: 2. Server.ASP를 다음과 같이 작성합니다. 3. Parts.xml 을 다음과 같이 작성합니다. A1000 Flat washer 4000 S2300 Machine screw 1000 M2400 Nail 5004 4. 위의 세 개의 파일을 웹 서버에 저장한 다음 Client.htm을 먼저 실행합니다. 5. 데이터를 수정하고 저장을 누릅니다. 6. 웹 페이지에서 변경된 데이터를 바로 볼 수 있습니다.