Ajax2 추천 ajax file upload ㅇ 유료(Html5), 무료(Flash)http://www.uploadify.com/download/ ㅇ 상업적 이라면 구매 필요http://www.plupload.com/examples/ ㅇ jQuery UI와 호환됨(무료) 2015. 1. 8. 기본 jquery ajax 설정하기 $(document).ready(function() {//기본 ajax 설정하기$.ajaxSetup({ cache: false}); ... 2013. 8. 28.