| | |
| | |
|
| | | <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>
|
| | |
| | | setCookie("StationName1",json);
|
| | | window.location.href="selectcity.html";
|
| | | });
|
| | | |
| | | |
| | | |
| | | // 点击搜索框跳转到homeList页面
|
| | | $('#searchInput').click(function() {
|
| | | $(this).blur();
|
| | | window.location.href="homeList.html";
|
| | | }); |
| | | });
|
| | |
|
| | | // 定义面包屑导航条
|