Programing/Javascript
-
jQuery get, post 요청Programing/Javascript 2013. 1. 18. 10:53
GET 요청 (http://www.w3schools.com/jquery/ajax_get.asp) Send an HTTP GET request to a page and get the result back GET을 POST만 바꿔주면 된다. 사용법에 있어서는 다를게 없는듯....Post 요청 (http://www.w3schools.com/jquery/ajax_post.asp) Send an HTTP POST request to a page and get the result back