I use onclick to call function save () in input, first use attr ("disabled", true) in the save method, then call ajax to submit data, and set ajax to submit synchronously, and remove disabled after ajax execution, but I find that input still responds to the save method after many clicks under chrome before save is finished, but this will not happen under IE