Home  >  Article  >  Web Front-end  >  Jquery uses Firefox FireBug plug-in to debug Ajax steps explained_jquery

Jquery uses Firefox FireBug plug-in to debug Ajax steps explained_jquery

WBOY
WBOYOriginal
2016-05-16 17:11:20858browse

First, we use an example to illustrate JQuery’s Ajax calling process,

One function implemented is: after clicking the confirm payment button, the balance payment function is implemented:

1. First bind the relevant functions that need to be called to the button on the php page:

Copy code The code is as follows: