a标签 点击一次后设置点击失效,防止重复提交;
$("a").one("click",function(){ $(this).click(function (){return false;}); });