본문으로 바로가기

- Array가 비였는지 확인할 때

if(typeof arr[index] !== 'undefined');


- 오브젝트가 비였는지 확인할 때

jQuery.isEmptyObject( obj )


http://stackoverflow.com/questions/2672380/how-do-i-check-if-a-javascript-array-value-is-empty-or-null