function add()//000000000000000000000000000000000000000000000000000
{
art.dialog({
id: 'filter1',
border: false,
lock:true,
width:450,
lock: true,
title: '添加邮箱',
content: tpl_filter1,
initFn:function(){create('content')},
closeFn:function(){remove('content')},
yesFn:function()
{
KE.sync("content");
var email = $("#email").val();
$.post("{url:/message/email_add/}" , {'email':email } , 
function(c){
alert("添加完成!");
art.dialog({'id':"tmpTan"}).close();
location.reload();
return true;
});
},
noFn:true
});
}不想用KE那个样式,怎么改?
把KE删了 取消就失灵了??????????