프로그램&DB/AJAX 썸네일형 리스트형 jQuery AJAX $.ajax() Method jQuery AJAX ajax() Method jQuery AJAX Methods Example Change the text of a div element using an AJAX request: $("button").click(function(){ $.ajax({url:"demo_ajax_load.txt", success:function(result){ $("div").html(result); }}); }); Try it yourself » Definition and Usage The ajax() method is used to perform an AJAX (asynchronous HTTP) request. All jQuery AJAX methods use the ajax() method. This m.. 더보기 이전 1 2 3 다음