jquery实现弹出层遮罩效果

来源:互联网 发布:js编写计算器 编辑:程序博客网 时间:2024/05/22 15:53
<input type="button" value="高级搜索" id="click_test4" />";var content4 = "<center>高级搜索</center><form action='' method='post' id='formUserSuperSearch'>"+ "用户名 :  <input type='text' name='username' id='username'>"+ "<br/><br/>电子邮箱: <input type='text' id='email'/>"+ "<br/><br/>单位: <input type='text'id='unit'/>"+ "<br/><br/>电话:<input type='text'id='tel'/> "+ "<br/><br/>手机: <input type='text'id='mobile'/>"+ "<br/><input type='button' onClick='UserSuperSearche()' value='取消'/><input type='button' onclick='UserSuperSearch()' value='确定'/>"+ "</form>";T$('click_test4').onclick = function() {//其中click_test4是上面的按钮id//content4为要显示的div上面的内容TINY.box.show(content4, 0, 350, 250, 0);};
另外支持的js文件地址:http://download.csdn.net/detail/zhang6622056/4353156
原创粉丝点击