DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> jQuery入門知識 >> JQuery特效代碼 >> jquery實現彈出層遮罩效果的簡單實例
jquery實現彈出層遮罩效果的簡單實例
編輯:JQuery特效代碼     
. 代碼如下:
<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文件下載地址:點擊下載
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved