<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>评论: 《jQuery基础教程》的Q&#038;A</title>
	<link>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html</link>
	<description>Though I am always in haste, I am never in a hurry.</description>
	<pubDate>Wed, 07 Jan 2009 00:19:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>作者: admin</title>
		<link>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2217</link>
		<author>admin</author>
		<pubDate>Tue, 16 Dec 2008 06:27:51 +0000</pubDate>
		<guid>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2217</guid>
		<description>@dymyz

关于版本升级的问题，请你参考上述Q2。在jQuery1.2版后，许多API都发生了变化。既然你使用的是新版本，就应该将示例中用到的旧版方法替换成新版中的等价特性。比如，1.2版删除了.lt().gt()方法及对XPath选择符的默认支持。另外，网上有同学翻译了jQuery1.2的API文档，你可以搜索一下，会有帮助。</description>
		<content:encoded><![CDATA[<p>@dymyz</p>
<p>关于版本升级的问题，请你参考上述Q2。在jQuery1.2版后，许多API都发生了变化。既然你使用的是新版本，就应该将示例中用到的旧版方法替换成新版中的等价特性。比如，1.2版删除了.lt().gt()方法及对XPath选择符的默认支持。另外，网上有同学翻译了jQuery1.2的API文档，你可以搜索一下，会有帮助。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: dymyz</title>
		<link>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2216</link>
		<author>dymyz</author>
		<pubDate>Mon, 15 Dec 2008 15:24:57 +0000</pubDate>
		<guid>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2216</guid>
		<description>你好，在第九章中图像传送带中，发现jq版本更换为jq1.2.6后无法正常，请给予解决办法，1.2.6版本无法使用unbind（）移除hover定义的函数。谢谢</description>
		<content:encoded><![CDATA[<p>你好，在第九章中图像传送带中，发现jq版本更换为jq1.2.6后无法正常，请给予解决办法，1.2.6版本无法使用unbind（）移除hover定义的函数。谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: dymyz</title>
		<link>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2198</link>
		<author>dymyz</author>
		<pubDate>Thu, 02 Oct 2008 15:10:20 +0000</pubDate>
		<guid>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2198</guid>
		<description>对于第八章，已经改了charset=gb2312如下所示，但是还是不行，请解答。


另外，对于第八章购物车代码中，美元符号$换成人民币￥符号，在firefox浏览器下不能正常显示，在ie6下正常。请解答。</description>
		<content:encoded><![CDATA[<p>对于第八章，已经改了charset=gb2312如下所示，但是还是不行，请解答。</p>
<p>另外，对于第八章购物车代码中，美元符号$换成人民币￥符号，在firefox浏览器下不能正常显示，在ie6下正常。请解答。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: admin</title>
		<link>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2197</link>
		<author>admin</author>
		<pubDate>Tue, 23 Sep 2008 08:08:22 +0000</pubDate>
		<guid>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2197</guid>
		<description>@dymyz

请把charset=utf-8，修改为charset=gb2312，再试试！</description>
		<content:encoded><![CDATA[<p>@dymyz</p>
<p>请把charset=utf-8，修改为charset=gb2312，再试试！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: dymyz</title>
		<link>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2196</link>
		<author>dymyz</author>
		<pubDate>Tue, 23 Sep 2008 04:06:06 +0000</pubDate>
		<guid>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2196</guid>
		<description>第四章节的升级jquery后运行正常，请大家注意了，但第八章的还不正常</description>
		<content:encoded><![CDATA[<p>第四章节的升级jquery后运行正常，请大家注意了，但第八章的还不正常</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: dymyz</title>
		<link>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2195</link>
		<author>dymyz</author>
		<pubDate>Tue, 23 Sep 2008 04:03:50 +0000</pubDate>
		<guid>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2195</guid>
		<description>我是您的读者，在运行随书的源代码时，发现第8章节验证表单输入是否有错误的提示文字中，假如将提示文字换成是中文，在firefox浏览器下不能正常运行，在ie6下正常。请解答。</description>
		<content:encoded><![CDATA[<p>我是您的读者，在运行随书的源代码时，发现第8章节验证表单输入是否有错误的提示文字中，假如将提示文字换成是中文，在firefox浏览器下不能正常运行，在ie6下正常。请解答。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: admin</title>
		<link>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2182</link>
		<author>admin</author>
		<pubDate>Sun, 14 Sep 2008 14:41:55 +0000</pubDate>
		<guid>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2182</guid>
		<description>请dymyz参考本书在线示例（下载的代码也不排除有错误）：

http://book.learningjquery.com/2509_04_code/gettysburg.html</description>
		<content:encoded><![CDATA[<p>请dymyz参考本书在线示例（下载的代码也不排除有错误）：</p>
<p><a href="http://book.learningjquery.com/2509_04_code/gettysburg.html" rel="nofollow">http://book.learningjquery.com/2509_04_code/gettysburg.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: dymyz</title>
		<link>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2178</link>
		<author>dymyz</author>
		<pubDate>Tue, 09 Sep 2008 04:44:00 +0000</pubDate>
		<guid>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2178</guid>
		<description>我是您的读者，在运行随书的源代码时，发现第四章节的代码有问题，在firefox浏览器下正常运行，在ie6不能实现正常的效果，请解答。</description>
		<content:encoded><![CDATA[<p>我是您的读者，在运行随书的源代码时，发现第四章节的代码有问题，在firefox浏览器下正常运行，在ie6不能实现正常的效果，请解答。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: admin</title>
		<link>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2177</link>
		<author>admin</author>
		<pubDate>Thu, 04 Sep 2008 01:44:08 +0000</pubDate>
		<guid>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2177</guid>
		<description>hcq989：
请到这里下载1.1版本
http://code.google.com/p/jqueryjs/downloads/list</description>
		<content:encoded><![CDATA[<p>hcq989：<br />
请到这里下载1.1版本<br />
<a href="http://code.google.com/p/jqueryjs/downloads/list" rel="nofollow">http://code.google.com/p/jqueryjs/downloads/list</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: hcq989</title>
		<link>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2176</link>
		<author>hcq989</author>
		<pubDate>Wed, 03 Sep 2008 04:39:54 +0000</pubDate>
		<guid>http://www.cn-cuckoo.com/2008/08/21/learing-jquery-qa-256.html#comment-2176</guid>
		<description>关于jQuery版本
您说的是jQuery版本要用1.1，下载下来的代码引用的../scripts/jquery.js,请问这个版本不是1.1的，还要到官方重新下？</description>
		<content:encoded><![CDATA[<p>关于jQuery版本<br />
您说的是jQuery版本要用1.1，下载下来的代码引用的../scripts/jquery.js,请问这个版本不是1.1的，还要到官方重新下？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
