GET:$.get(..)
GET
$.get(..)
POST:$.post()..
POST
$.post()..
What about PUT/DELETE?
PUT/DELETE
ajax()
look for param type
Other HTTP request methods, such as PUT and DELETE, can also be used here, but they are not supported by all browsers.