欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

jquery實(shí)現(xiàn)彈出層遮罩效果的簡(jiǎn)單實(shí)例

 更新時(shí)間:2014年03月03日 09:18:37   作者:  
這篇文章主要介紹了jquery實(shí)現(xiàn)彈出層遮罩效果的簡(jiǎn)單實(shí)例。需要的朋友可以過(guò)來(lái)參考下,希望對(duì)大家有所幫助
復(fù)制代碼 代碼如下:

<input type="button" value="高級(jí)搜索" id="click_test4" />";
var content4 = "<center>高級(jí)搜索</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/>手機(jī): <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上面的內(nèi)容
  TINY.box.show(content4, 0, 350, 250, 0);
 };

另外支持的js文件下載地址:點(diǎn)擊下載

相關(guān)文章

最新評(píng)論