JSFiddle - React, Tailwind, and code Playground
by ruanyf
JavaScript
$.ajax("/echo/html/")
.done(function(){ alert("哈哈,成功了!"); })
.fail(function(){ alert("出错啦!"); });
by ruanyf
$.ajax("/echo/html/")
.done(function(){ alert("哈哈,成功了!"); })
.fail(function(){ alert("出错啦!"); });