我使用 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,因为这个插件有很好的可视化。
谢谢。