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

这篇文章主要介绍了jquery实现弹出层遮罩效果的简单实例。需要的朋友可以过来参考下,希望对大家有所帮助

复制代码 代码如下:


<input type="button" value="高级搜索" />";
var content4 = "<center>高级搜索</center><form action='' method='post'>"
   + "用户名 :&nbsp;&nbsp;<input type='text'>"
   + "<br/><br/>电子邮箱:&nbsp;<input type='text'/>"
   + "<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' value='取消'/><input type='button' value='确定'/>"
   + "</form>";
 T$('click_test4').onclick = function() {
  //其中click_test4是上面的按钮id
  //content4为要显示的div上面的内容
  TINY.box.show(content4, 0, 350, 250, 0);
 };


另外支持的js文件下载地址:点击下载

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wdyjzd.html