프로그래밍108 Dept ajax sample search.html 부서번호 부서이름 지역 $("#list").click(function() {$.ajax({url : "DeptListAjax?rnd=" + Math.floor(Math.random() * 9999999),type : "get",dataType : "json",success : function(data) {var newTbody;$.each(data.deptList,function(index,dept){//data.deptList[index].deptnonewTbody += ""+dept.deptno+"";newTbody += ""+dept.dname+"";newTbody += ""+dept.loc+"";});$("#tbody").html(newTbody);},error : funct.. 2015. 10. 21. json toString public String toString() { return "{\"deptno\":\"" + deptno + "\", \"dname\":\"" + dname + "\", \"loc\":\"" + loc +"\"}"; } 2015. 10. 21. json 라이브러리 json 라이브러리 2015. 10. 21. 자바스크립트 이메일 유효성 체크 2015. 10. 1. 이전 1 ··· 16 17 18 19 20 21 22 ··· 27 다음