Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery delete request

$.ajax({
    url: '/script.cgi',
    type: 'DELETE',
    success: function(result) {
        // Do something with the result
    }
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #delete #request
ADD COMMENT
Topic
Name
3+3 =