jquery

$("input").blur(function(){
  $("input").css("background-color","#D6D6FF");
});
$(document).ready(function(){
  $("#pod_api_add2").click(function(){
   alert(1);
  });
  
});
原文地址:https://www.cnblogs.com/csjoz/p/15210336.html