GET:$.get(..)
GET
$.get(..)
POST:$.post()..
POST
$.post()..
What about PUT/DELETE?
PUT/DELETE
You could use the ajax method:
$.ajax({ url: '/script.cgi', type: 'DELETE', success: function(result) { // Do something with the result } });
1.4m articles
1.4m replys
5 comments
57.0k users