Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery ajax delete

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