jquery表單仿人才網彈出選擇地區

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jquery人才網彈出選擇地區</title>

<link href="css/style.css" rel="stylesheet" type="text/css" />

<script type='text/javascript' src="js/jquery.min.js"></script>
<script type='text/javascript' src="js/jquery.selectlayer.js"></script>
<script type="text/javascript">
$(document).ready(function(){
var QS_city=new Array()
OpenCategoryLayer(
"#district_cn",
"#sel_district",
"#district_cn",
"#citycategory",
QS_city,
14);
});
</script>

</head>
<body>

<div style="width:260px;margin:20px auto;">

<input name="district_cn"  id="district_cn" type="text" value="請選擇所在地區"  readonly="true" />
<input name="citycategory" id="citycategory" type="hidden" value="" />

<div style="display:none" id="sel_district">
<div></div>
<div>
<div>
<h4>請選擇工作地區</h4>
<div title="關閉"></div>
</div>
<div>可多選,最多選擇8項</div>
<div>
<div>
<div id="593">
<label title="新塘"><input  type="checkbox" value="593"  title="新塘" />新塘</label>
<div></div>
</div>
<div id="598">
<label title="增城"><input  type="checkbox" value="598"  title="增城" />增城</label>
<div></div>
</div>
<div id="564">
<label title="番禺"><input  type="checkbox" value="564"  title="番禺" />番禺</label>
<div></div>
</div>
<div id="589">
<label title="南沙"><input  type="checkbox" value="589"  title="南沙" />南沙</label>
<div></div>
</div>
<div id="617">
<label title="蘿崗"><input  type="checkbox" value="617"  title="蘿崗" />蘿崗</label>
<div></div>
</div>
<div id="618">
<label title="黃埔"><input  type="checkbox" value="618"  title="黃埔" />黃埔</label>
<div></div>
</div>
<div id="599">
<label title="花都"><input  type="checkbox" value="599"  title="花都" />花都</label>
<div></div>
</div>
<div id="590">
<label title="從化"><input  type="checkbox" value="590"  title="從化" />從化</label>
<div></div>
</div>
<div id="572">
<label title="白雲"><input  type="checkbox" value="572"  title="白雲" />白雲</label>
<div></div>
</div>
<div id="575">
<label title="廣州市區"><input  type="checkbox" value="575"  title="廣州市區" />廣州市區</label>
<div></div>
</div>
<div id="588">
<label title="佛山"><input  type="checkbox" value="588"  title="佛山" />佛山</label>
<div></div>
</div>
<div id="587">
<label title="東莞"><input  type="checkbox" value="587"  title="東莞" />東莞</label>
<div></div>
</div>
<div></div>
</div>
<div>
<div></div>
</div>
<div>
<div align="center"><input type="button"  value="確定" /></div>
</div>
</div>
</div>
</div>

</div>

</body>
</html>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章