jqueryポップアップ層カバー効果を実現する簡単な例



<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ファイルのダウンロードアドレス:ダウンロード