jQuery Plugin Weather
測試上一版的 deferred object,搭配 worldweatheronline.com API。
$('#weather').weather({
key: 'API key', //worldweatheronline.com API Key
query: 'kaohsiung,taipei', //英文城市名稱,使用半形逗號可列出多個位置
html: true/false, //是否輸出 html,預設 true
unit: 'C/F', //溫度單位 C 攝氏, F 華氏,預設 'C'
lang: 'en/tw', //語系 en 英文, tw 中文,預設 'tw'
success: function (resp) {} //回傳氣象物件
});
測試上一版的 deferred object,搭配 worldweatheronline.com API。
$('#weather').weather({
key: 'API key', //worldweatheronline.com API Key
query: 'kaohsiung,taipei', //英文城市名稱,使用半形逗號可列出多個位置
html: true/false, //是否輸出 html,預設 true
unit: 'C/F', //溫度單位 C 攝氏, F 華氏,預設 'C'
lang: 'en/tw', //語系 en 英文, tw 中文,預設 'tw'
success: function (resp) {} //回傳氣象物件
});