Jquery 对话框确认

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

 

posted @ 2016-01-21 20:22  龙昊雪  阅读(223)  评论(0编辑  收藏  举报