jquery实现弹出层遮罩效果的简单实例_技术学院_宜昌市隼壹珍商贸有限公司

您好,欢迎访问宜昌市隼壹珍商贸有限公司

400 890 5375
当前位置: 主页 > 新闻动态 > 技术学院

jquery实现弹出层遮罩效果的简单实例

发布时间:2026-01-17  |  点击率:
复制代码 代码如下:
<input type="button" value="高级搜索" id="click_test4" />";
var content4 = "<center>高级搜索</center><form action='' method='post' id='formUserSuperSearch'>"
   + "用户名 :&nbsp;&nbsp;<input type='text' name='username' id='username'>"
   + "<br/><br/>电子邮箱:&nbsp;<input type='text' id='email'/>"
   + "<br/><br/>单位:&nbsp;<input type='text'id='unit'/>"
   + "<br/><br/>电话:<input type='text'id='tel'/>&nbsp;"
   + "<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文件下载地址:点击下载

全国统一服务电话

400 890 5375

电子邮箱:879577@qq.com

公司地址:宜昌市西陵区黄河路5号三峡明珠10栋1051室

咨询微信

TEL:13680874598