<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：更新 jQuery Rater Star Plugin</title>
	<atom:link href="http://www.raychou.com/chou/posts/194.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.raychou.com/chou/posts/194.htm</link>
	<description>专注PHP，关注Web相关</description>
	<lastBuildDate>Sat, 04 Sep 2010 12:53:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：怎么获取投票后的值呀</title>
		<link>http://www.raychou.com/chou/posts/194.htm#comment-10003</link>
		<dc:creator>怎么获取投票后的值呀</dc:creator>
		<pubDate>Tue, 08 Dec 2009 08:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.raychou.com/chou/2008/05/25/194.htm#comment-10003</guid>
		<description>我看了很久，还要学习学习</description>
		<content:encoded><![CDATA[<p>我看了很久，还要学习学习</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：RayChou</title>
		<link>http://www.raychou.com/chou/posts/194.htm#comment-8693</link>
		<dc:creator>RayChou</dc:creator>
		<pubDate>Tue, 10 Mar 2009 03:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.raychou.com/chou/2008/05/25/194.htm#comment-8693</guid>
		<description>@pango
“enabled:false”时，是无法选择星星的，若定义了title，当鼠标移上去时，只会显示对应的title
例如
$(’#divid’).rater(null,{maxvalue:4,curvalue:2,title:{1:’较差’,2:’一般’,3:’较好’,4:’很好’},enabled:false}
因为默认选择了第二个星星，当鼠标移上去时，只会显示title[2]，也就是“一般”
PS：也回复到你的gmail邮箱了，为了不给你造成垃圾邮件，这里把你的email编辑去掉了。</description>
		<content:encoded><![CDATA[<p>@pango<br />
“enabled:false”时，是无法选择星星的，若定义了title，当鼠标移上去时，只会显示对应的title<br />
例如<br />
$(’#divid’).rater(null,{maxvalue:4,curvalue:2,title:{1:’较差’,2:’一般’,3:’较好’,4:’很好’},enabled:false}<br />
因为默认选择了第二个星星，当鼠标移上去时，只会显示title[2]，也就是“一般”<br />
PS：也回复到你的gmail邮箱了，为了不给你造成垃圾邮件，这里把你的email编辑去掉了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：pango</title>
		<link>http://www.raychou.com/chou/posts/194.htm#comment-8692</link>
		<dc:creator>pango</dc:creator>
		<pubDate>Tue, 10 Mar 2009 03:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.raychou.com/chou/2008/05/25/194.htm#comment-8692</guid>
		<description>另外发现你的博客内容蛮丰富的，我在google reader订阅了。</description>
		<content:encoded><![CDATA[<p>另外发现你的博客内容蛮丰富的，我在google reader订阅了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：pango</title>
		<link>http://www.raychou.com/chou/posts/194.htm#comment-8691</link>
		<dc:creator>pango</dc:creator>
		<pubDate>Tue, 10 Mar 2009 03:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.raychou.com/chou/2008/05/25/194.htm#comment-8691</guid>
		<description>博主你好，非常感谢你开发的这个评星插件，非常好用！想你学习。
在使用过程中发现一个问题，当
$(&#039;#divid&#039;).rater(null,{maxvalue:4,curvalue:2,title:{1:&#039;较差&#039;,2:&#039;一般&#039;,3:&#039;较好&#039;,4:&#039;很好&#039;}}
是，这个自定义title:{1:&#039;较差&#039;,2:&#039;一般&#039;,3:&#039;较好&#039;,4:&#039;很好&#039;}是可以用的
但是
$(&#039;#divid&#039;).rater(null , {maxvalue:4,curvalue:2,enabled:false});
加入一个enabled:false时，自定义title却没法用了，请问怎么解决？
盼望能得到你的答复，我的邮箱&lt;strong&gt;（邮箱我给你去掉了）&lt;/strong&gt;，再次感谢你无私的共享！！</description>
		<content:encoded><![CDATA[<p>博主你好，非常感谢你开发的这个评星插件，非常好用！想你学习。<br />
在使用过程中发现一个问题，当<br />
$(&#8216;#divid&#8217;).rater(null,{maxvalue:4,curvalue:2,title:{1:&#8217;较差&#8217;,2:&#8217;一般&#8217;,3:&#8217;较好&#8217;,4:&#8217;很好&#8217;}}<br />
是，这个自定义title:{1:&#8217;较差&#8217;,2:&#8217;一般&#8217;,3:&#8217;较好&#8217;,4:&#8217;很好&#8217;}是可以用的<br />
但是<br />
$(&#8216;#divid&#8217;).rater(null , {maxvalue:4,curvalue:2,enabled:false});<br />
加入一个enabled:false时，自定义title却没法用了，请问怎么解决？<br />
盼望能得到你的答复，我的邮箱<strong>（邮箱我给你去掉了）</strong>，再次感谢你无私的共享！！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
