I am showing delete confirmation box using jQuery UI dialog. But on delete I don't want to make any ajax call when user click on delete, as after deleting I want to redirect to home page. The delete should make normal http request with method delete. How can I achieve it?I am showing delete confirmation box using jQue