layer 窗体传值
//在这里面输入任何合法的js语句
layer.open({
type: 1 //Page层类型
,area: ['500px', '300px']
,title: '你好,layer。'
,shade: 0.6 //遮罩透明度
, btn: ['保存', '取消']
,maxmin: true //允许全屏最小化
,anim: 1 //0-6的动画形式,-1不开启
,content: '<div style="padding:50px;">这是一个非常普通的页面层,传入了自定义的html</div>'
,yes: function(index, layero){
layer.msg("单选");
// saveUser()
// $('#defaultForm').data('bootstrapValidator').resetForm(true);
//layer.close(index);
}
,cancel: function(){
alert("cc");
// $('#defaultForm').data('bootstrapValidator').resetForm(true);
} ,btn2: function(index, layero){
alert("bb");
}
});
iframe 传值
[url]http://www.jb51.net/article/44653.htm[/url]
lhgdialog
http://xph.iteye.com/blog/1605736
iframe 内外操作
[url]http://m.jb51.net/article/116273.htm[/url]