![]() ![]() ![]() ![]() |
|||||
|
|||||
樓主 teacup ![]()
![]() |
ViewData("Title") = "Swim" End Code @SECTION Header <h1>台北巿游泳場所資料</h1> End Section @SECTION scripts <script> $(document).ready(function () { var sUrl = "http://data.taipei.gov.tw/opendata/apply/json/N0JCNzMwNEYtMkRDQi00ODNFLUIzQjMtN0E0ODM4RTU4NUUz?callback=?"; $.getJSON(sUrl + processData); }); // 回撥函數 function processData(data) { var list = $('#output'); list.empty(); for ( var i = 0; i < data.d.length; i++ ) { list.append("<li><h3>" + data.d[i]['name'] + "</h3>" + "<p>" + data.d[i]['certification_category'] + " tel" + parsePhone(data.d[i]['traffic_info']) + "</p></li>"); } list.listview('refresh'); } // 取得電話號碼 </script> End Section <ul id="output" data-role="listview" data-filter="true"></ul>
本篇文章發表於2014-08-11 16:53
|