http://code.google.com/apis/ajax/playground/?exp=libraries#jquery
요기 주소 에서 예제 확인
google.load("jquery", "1");
Google AJAX API 로더로 jquery 로드
var url = http://ajax.googleapis.com/ajax/services/search/web?q=google&v=1.0&callback=?;
'google'이라는 쿼리로 json결과 리턴
http://braincast.nl/samples/jsoneditor/ 이곳에서 json트리구조 확인가능.
결과값 콜백함수로 출력~~
'programming > javascript' 카테고리의 다른 글
자바스크립트 글자수 제한 (0) | 2012.04.25 |
---|---|
lightbox2.0 익스플로러9에서 작동을 안한다. (0) | 2011.03.18 |
CKeditor + lightbox + 이미지 사이즈 제한 (0) | 2011.03.18 |
네이버에서 위치좌표로 날씨정보 가져오기 (0) | 2010.01.29 |
[펌] fckeditor 이미지 업로드 사이즈 제한하기 (0) | 2009.08.09 |