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