Jquery 对话框确认

$("#aa").click(function(){
   if(confirm("是否继续")){
       $(#aa).fadeOut(500);
   }
}) 
原文地址:https://www.cnblogs.com/chen-lhx/p/5149469.html