728x90
<?
$arr[0] = array("A"=>"A", "B"=>"B");
$arr[1] = array("Z"=>"Z", "Y"=>"Y");
echo json_encode($arr);
?>
와 같이 리턴하는 경우 jQuery.post(또는 get)의 콜백함수에서 data 변수로 리턴 받는다 가정하면,
var dt = jQuery.parseJSON(data);
와 같이 해주면 dt는 일반 배열처럼 사용할 수 있게 된다!!!
출처 : http://stackoverflow.com/questions/3250623/php-array-to-js-array-with-jquery-and-json-encode
'내가 자꾸 까먹어서 쓰는 개발 이야기 > jQuery' 카테고리의 다른 글
jquery.colorbox 에서 테두리 색상 변경하기 (0) | 2013.02.08 |
---|---|
ajaxSetup() 메서드 (0) | 2012.12.12 |
jQuery의 .post() 또는 .get()에서 콜백함수의 리턴값을 글로벌 변수로 사용하기 (0) | 2011.09.22 |
Select Box 활용 노하우 (0) | 2011.03.10 |
jQuery 까먹기 쉬운것들 (0) | 2010.12.06 |
최근댓글