jquery 移除和添加onclick

$(".btn").removeAttr("onclick"); // 移除onclick
$(".btn").attr("onclick", "show();"); // 添加onclick

你可能感兴趣的:(jquery 移除和添加onclick)