容易用的jQuery城市級聯(lián)菜單,jquery省、市、縣三級級聯(lián)菜單。城市寫在js文件里,調(diào)用只要引用js文件即可。
<!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> <title>jQuery 三級地市級聯(lián)菜單_http://www.ablanxue.com</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style> #test select{ width:100px; margin-left:20px; } </style> <script src="jquery-1[1].2.6.js" type="text/javascript"></script> <script src="jquery.provincesCity.js" type="text/javascript"></script> <script src="provincesdata.js" type="text/javascript"></script> <script> //調(diào)用插件 $(function(){ $("#test").ProvinceCity(); }); </script></head><body> <div id="test"></div></body></html>jquery省、市、縣三級級聯(lián)菜單效果圖