| | |
| | | <div data-role="page" tabindex="0" id="page0">
|
| | | <div data-role="header" data-position="fixed">
|
| | | <a href="index.html" target="_top" style="padding-top:0.7em;padding-bottom:0.7em;">返回</a>
|
| | | <h1>机房</h1>
|
| | | <h1>省</h1>
|
| | | </div>
|
| | |
|
| | | <div data-role="content">
|
| | | <ul class="breadcrumb"></ul>
|
| | | <div class="home-search-input-container">
|
| | | <input type="text" data-type="search" name="search" id="searchInput" placeholder="搜索内容...">
|
| | | </div>
|
| | | <div id="battList"></div>
|
| | | </div>
|
| | | <div data-role="popup" id="myPopup" class="defined-popup">
|
| | |
| | | </div>
|
| | | </div>
|
| | | <div data-role="footer" data-position="fixed">
|
| | | <!-- <h1>福光电子有限公司</h1> -->
|
| | | |
| | | </div>
|
| | | </div>
|
| | | </body>
|
| | |
| | | station = getbatt(stationlist,aLi);
|
| | |
|
| | | var json=window.JSON.stringify(station);
|
| | | setCookie("station",json);
|
| | | window.location.href="battM.html";
|
| | | setCookie("StationName1",json);
|
| | | window.location.href="selectcity.html";
|
| | | });
|
| | | |
| | | |
| | | |
| | | // 点击搜索框跳转到homeList页面
|
| | | $('#searchInput').click(function() {
|
| | | $(this).blur();
|
| | | window.location.href="homeList.html";
|
| | | }); |
| | | });
|
| | |
|
| | | // 定义面包屑导航条
|
| | | $(function(){
|
| | | var data = [
|
| | | {url: 'javascript:JumpHomePage();', txt: '首页'},
|
| | | {url: 'javascript:;', txt: '机房'}
|
| | | {url: 'javascript:;', txt: '省'}
|
| | | ];
|
| | | addBreadCrumb($('.breadcrumb').eq(0),data);
|
| | | });
|
| | |
|
| | | //查询所有机房
|
| | | //查询所有市
|
| | | function seachAllStation(){
|
| | | loadshow();
|
| | | $.ajax({
|