码迷,mamicode.com
首页 > Web开发 > 详细

jquery 获取当前城市最近三天的天气预报

时间:2014-11-27 17:47:20      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   ar   color   sp   java   for   

摘自MJ博客,原文链接地址:http://mj.588cy.com/jquery/11.html

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<title>MJBlog(mj.588cy.com)</title>

<script type="text/javascript" src="jquery.min.js"></script>

<script type="text/javascript" src="http://mj.588cy.com/img/weather_mj.js" language="javascript"charset="UTF-8"></script>

<script type="text/javascript">

//创建天气预报核心对象

var weather_=new weather();

var city = "";

$(document).ready(function(){

$.getScript(‘http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js‘,function(){

city=remote_ip_info.city;

jintian();

$(".city").html(remote_ip_info.city);

 })

});

</script>

<style type="text/css">

.weather{ float:left; color:#333333; padding:10px;}

.weather a{ color:#333333;}

.wt{line-height:17px; font-size:12px; float:left; padding:3px 5px; text-align:center;}

.wtimg{ vertical-align:middle;padding:0px 1px; margin:0PX auto;}

</style>

</head>

<body>

<div>当前城市:<span class="city"></span></div>

<div class="weather">

<div class="wtimg" id="T_weather_img"></div>

<div class="wt">今 天<br /><span id="T_weather"></span><br /><span id="T_temperature"></span><br/><span id="T_direction"></span><br/><span id="T_wind"></span></div>

</div>

<div class="weather">

<div class="wtimg" id="M_weather_img"></div>

<div class="wt">明 天<br /><span id="M_weather"></span><br /><span id="M_temperature"></span><br/><span id="M_direction"></span><br/><span id="M_wind"></span></div>

</div>

<div class="weather">

<div class="wtimg" id="L_weather_img"></div>

<div class="wt">后 天<br /><span id="L_weather"></span><br /><span id="L_temperature"></span><br/><span id="L_direction"></span><br/><span id="L_wind"></span></div>

</div>

</div>

 

</body>

</html>

jquery 获取当前城市最近三天的天气预报

标签:style   blog   http   io   ar   color   sp   java   for   

原文地址:http://www.cnblogs.com/dymg/p/4126549.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!