<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.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://www.jackxiang.com/post//</link>
<title><![CDATA[jquery getJSon  load $.ajax写法实例]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Fri, 13 Nov 2009 09:50:12 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	Load比较简单：<br/><div class="code"><br/>$(&quot;#have_votes_to_vote&quot;).load(&quot;/con/vote/act/hasleft&quot;,&#123;clientTime:Date()&#125;,<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; function(data)&#123;if(data==&quot;&quot;)&#123;$(this).text(&#039;0&#039;)&#125;&#125; <br/>&nbsp;&nbsp;);<br/><br/></div><br/>http://xxx.xxx.com/con/vote/act/hasleft:<br/><br/>&lt;?php<br/>$content = json_encode ( array (&quot;code&quot; =&gt; &quot;1&quot;, &quot;message&quot; =&gt; &quot;成功！&quot;,&#039;votehasleft&#039;=&gt;$result[0][&#039;FViewCount&#039;]) );<br/>echo $content;<br/>?&gt;<br/><br/><br/>getJSON：<br/>PHP<br/><div class="code"><br/>&lt;?php require &#039;./script.php&#039;;?&gt;<br/>&lt;label&nbsp;&nbsp; id=&quot;have_votes_to_vote&quot; class=&quot;have_votes_to_vote&quot;&gt;&lt;/label&gt;<br/>&lt;script language=&quot;javascript&quot;&gt;<br/><br/>$.getJSON(&#039;http://xxx.xxx.com/con/vote/act/hasleft&#039;,function(data)&#123;alert(data.message);$(&quot;#have_votes_to_vote&quot;).text(data.message);&#125;);<br/>&lt;/script&gt;<br/><br/></div><br/><br/><br/>$.ajax的写法：<br/><div class="code"><br/>&nbsp;&nbsp;&nbsp;&nbsp;var noMiniPic = $.ajax(&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url: &quot;/con/user/act/checkmini&quot;,<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;data:&quot;clientTime=&quot;+Date(),<br/>&nbsp;&nbsp;&nbsp;&nbsp;async: false<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#125;).responseText;<br/>&nbsp;&nbsp;&nbsp;&nbsp;if(parseInt(noMiniPic)==1)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;alert(&#039;ÎÂÜ°ÌáÊ¾£ºÇëµã»÷ÉÏ´«£¬ÔÙÌá½»×¢²áÐÅÏ¢&#039;);&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return false;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#125;<br/><br/><br/></div><br/><br/><br/>参考：http://www.cnblogs.com/yeer/archive/2009/07/23/1529460.html<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http://www.ibm.com/developerworks/cn/xml/x-ajaxjquery.html<br/><br/>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] jquery getJSon  load $.ajax写法实例]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>