您的位置: 首页 > IT文章 > jquery jquery 分类: IT文章 • 2022-04-27 19:34:35 $("input").blur(function(){ $("input").css("background-color","#D6D6FF"); }); $(document).ready(function(){ $("#pod_api_add2").click(function(){ alert(1); }); });