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ファイルアドレス:http://download.csdn.net/detail/zhang6622056/4353156