資源簡介
經過測試可用的三級聯動。
數據庫版本的很少見哦,一般都是全JS的。
文件列表
--jquery.js
--index_area.php
--index_city.php
--index.php
--pcc.sql
代碼片段和文件信息
$conn=mysql_connect(“localhost““root“““);
mysql_select_db(“pcc“);
mysql_query(“set?names?utf8“);
$sql=“select?*?from?province“;
$query=mysql_query($sql);
while($row=mysql_fetch_array($query)){
$province[]=$row;
}
?>
ript?src=‘jquery.js‘> ript>
ript>
$(document).ready(function(){
$(“#province“).change(function(){
var?provinceid=$(this).val();
$(“#citySpan“).load(“index_city.php?provinceid=“+provinceid);
$(“#areaSpan“).html(““);
});
})
function?selectArea(){
var?cityid=$(“#city“).val();
$(“#areaSpan“).load(“index_area.php?cityid=“+cityid);
}
ript>
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????518??2010-11-22?17:16??php+mysql+jquery省市區三級聯動\index_city.php
?????文件???????1187??2010-11-22?17:35??php+mysql+jquery省市區三級聯動\index.php
?????文件????????490??2010-11-22?17:05??php+mysql+jquery省市區三級聯動\index_area.php
?????文件?????120763??2010-04-10?16:01??php+mysql+jquery省市區三級聯動\jquery.js
?????文件?????242677??2010-11-22?17:37??php+mysql+jquery省市區三級聯動\pcc.sql
?????目錄??????????0??2010-11-22?17:38??php+mysql+jquery省市區三級聯動
-----------?---------??----------?-----??----
???????????????365635????????????????????6
評論
共有 條評論