我用zWeatherFeed來顯示天氣,但是我無法找到任何改變選項的例子。zWeatherFeed選項?
<style>
.weatherItem{padding-left:200px;}
.odd{height:130px;}
.weatherCity{font-weight:bold;}
.weatherFeed{height: 130px; width: 100%;}
</style>
<script type="text/javascript">
$(document).ready(function() {
$('#test').weatherfeed(['TUXX0015']);
});
</script>
<div id="test">
</div>
例如我也想第二天展示。有沒有關於這個天氣插件或任何替代天氣插件的例子?我更喜歡使用zWeatherFeed,因爲這個插件有很好的可視化。
謝謝。
感謝您的信息。 – 2012-09-05 11:53:19