一款简易的jquery 模态框插件 #####调用方法 $(function(){ $("ele").modal({ content:'.con' //自定义内容 closeele: '', //关闭模态框按钮 animatecss: '', //css3动画class width: //模态框的宽度 height: //模态框的高度 }); })