Home  >  Article  >  Web Front-end  >  Detailed explanation of jQuery ajax deletion_jquery

Detailed explanation of jQuery ajax deletion_jquery

WBOY
WBOYOriginal
2016-05-16 16:57:59926browse

First look at the code of the html interface:

This is an image link, indicating deletion. It does not jump to a certain interface, but triggers a click event when clicked.

The click event executes the delete_order() method. One parameter is passed in this method, the order number. Through this parameter, you can perform the corresponding deletion operation.

The following jQuery code:

Copy the code The code is as follows: