天天看点

Jquery 对话框确认

$("#aa").click(function(){
   if(confirm("是否继续")){
       $(#aa).fadeOut(500);
   }
})