$("a").attr("click",test());
$("a").removeAttr("click");
$("a").on("click",test());
$("a").off("click");