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 を使用することを好みます。
ありがとう。