<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[在google上加载jquery库,使用Google API 有条件加载jQuery]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Thu, 16 Jun 2011 02:58:28 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	为了避免每次为了一个jquery效果都要放进去一个”jquery.min.js”或是”jquery.js”.<br/>从google直接加载(调用)是一个很方便的办法,而且据传有缩短延迟,提高并行加载速度等好处.<br/>之前总是忘记了地址,干脆发表并记录下来,以备后用.<br/>地址为:<br/>&nbsp;&nbsp;&nbsp;&nbsp;http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js<br/>&nbsp;&nbsp;&nbsp;&nbsp;http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.js<br/>但是如果有些情况下加载失败了，网页也不能就这样不能用了啊，所以我们还需要检测一下，如果没有加载成功，就再加载自己服务器上的。看看代码：<br/><textarea name="code" class="html" rows="15" cols="100">
&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;!window.jQuery &amp;&amp; document.write(&#039;&lt;script src=&quot;js/jquery-1.4.2.min.js&quot;&gt;&lt;&#92;/script&gt;&#039;)&nbsp;&nbsp;
&lt;/script&gt;
</textarea><br/><br/>来源：http://www.globalitesoft.com/blog/?p=837<br/>http://a.rockux.com/jquery/%E4%BD%BF%E7%94%A8Google-API-%E6%9C%89%E6%9D%A1%E4%BB%B6%E5%8A%A0%E8%BD%BDjQuery.html
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 在google上加载jquery库,使用Google API 有条件加载jQuery]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>