Code/WEB
prototype.js
아슈람
2010. 9. 26. 14:24
반응형
Ajax 프로그래밍 하는데, "Ajax 가 정의되지 않았습니다"란 메시지에 '이거 따로 정의해줘야 하는 거야??' 라고 생각하고 있었는데, 검색 중에 prototype.js의 존재를 발견... 역시 무지하면 몸이 고생하는 군요.
/* Prototype JavaScript framework, version 1.6.0.3
* (c) 2005-2008 Sam Stephenson
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototype web site: http://www.prototypejs.org/
*
*--------------------------------------------------------------------------*/
* (c) 2005-2008 Sam Stephenson
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototype web site: http://www.prototypejs.org/
*
*--------------------------------------------------------------------------*/
Ajax 프로그래밍 하는데, 필요한 기본적인 사항들을 정의해 놓았군요. 내가 공부하는 책에는 왜 이 파일에 대한 언급이 안되어 있던거지? 내가 못 찾았던 건가..??
사용중인 php 파일에 include 시켜서 계속 일을 진행해야 겠습니다.
사용중인 php 파일에 include 시켜서 계속 일을 진행해야 겠습니다.
반응형