<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Half-Star Rating Plugin</title>
	<link>http://www.learningjquery.com/2007/05/half-star-rating-plugin</link>
	<description>Getting to know the library of choice for unobtrusive JavaScript</description>
	<pubDate>Sat, 17 May 2008 06:04:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Shelane</title>
		<link>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-44236</link>
		<dc:creator>Shelane</dc:creator>
		<pubDate>Thu, 01 May 2008 20:06:23 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-44236</guid>
		<description>I went ahead and added the two things I needed most.

Diego's plugin is the one that uses forms.  I can do that because I already have a form surrounding my whole table to submit other data.  Since you can't nest forms, it's impractical for me.  If I get around to flushing out those other options, I'll send you the results.

The only thing I'm not sure about is how to allow a callback function. And how I would allow the user to retrieve the results (besides my target method).</description>
		<content:encoded><![CDATA[<p>I went ahead and added the two things I needed most.</p>
<p>Diego&#8217;s plugin is the one that uses forms.  I can do that because I already have a form surrounding my whole table to submit other data.  Since you can&#8217;t nest forms, it&#8217;s impractical for me.  If I get around to flushing out those other options, I&#8217;ll send you the results.</p>
<p>The only thing I&#8217;m not sure about is how to allow a callback function. And how I would allow the user to retrieve the results (besides my target method).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-43993</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Thu, 01 May 2008 03:27:01 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-43993</guid>
		<description>Hi Shelane,

Thanks a lot for the suggestions. I think you'll have much more success using Diego A.'s &lt;a href="http://www.fyneworks.com/jquery/star-rating/" rel="nofollow"&gt;star-rating plugin&lt;/a&gt; since he has continued to refine it and added some nice touches. I wish I could devote some time to this plugin, but I don't think it's going to happen for a long time. It was just a personal challenge to begin with anyway.</description>
		<content:encoded><![CDATA[<p>Hi Shelane,</p>
<p>Thanks a lot for the suggestions. I think you&#8217;ll have much more success using Diego A.&#8217;s <a href="http://www.fyneworks.com/jquery/star-rating/" rel="nofollow">star-rating plugin</a> since he has continued to refine it and added some nice touches. I wish I could devote some time to this plugin, but I don&#8217;t think it&#8217;s going to happen for a long time. It was just a personal challenge to begin with anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelane</title>
		<link>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-43948</link>
		<dc:creator>Shelane</dc:creator>
		<pubDate>Wed, 30 Apr 2008 23:17:12 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-43948</guid>
		<description>Follow up: Additional Wish list item.  

A target option for where to display results from server.</description>
		<content:encoded><![CDATA[<p>Follow up: Additional Wish list item.  </p>
<p>A target option for where to display results from server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelane</title>
		<link>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-43947</link>
		<dc:creator>Shelane</dc:creator>
		<pubDate>Wed, 30 Apr 2008 22:59:37 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-43947</guid>
		<description>When called with a class tag, rollovers and the remaining images are having strange effects.

$('.rating').rating('/jquery/rating.lasso', {maxvalue:5})
});

Rollover second or third one.

http://education.llnl.gov/jquery/rating.lasso

My end product will me a list of items to rate.  The list is built dynamically with an unknown number in the list.  I need to pass the id or the item to the server.  There is also the issue that the currently set value can't be done on a single call via class tag.

I did a work around where I have a script tag in each row where I pass in the additional information.

If you were to update this plugin some more, here are some wish list items:
option to not have the cancel button
option for the name of the parameter to be passed to the server
option for callback function
read and pass id or other attribute value
pull current value from attribute</description>
		<content:encoded><![CDATA[<p>When called with a class tag, rollovers and the remaining images are having strange effects.</p>
<p>$(&#8217;.rating&#8217;).rating(&#8217;/jquery/rating.lasso&#8217;, {maxvalue:5})<br />
});</p>
<p>Rollover second or third one.</p>
<p><a href="http://education.llnl.gov/jquery/rating.lasso" rel="nofollow">http://education.llnl.gov/jquery/rating.lasso</a></p>
<p>My end product will me a list of items to rate.  The list is built dynamically with an unknown number in the list.  I need to pass the id or the item to the server.  There is also the issue that the currently set value can&#8217;t be done on a single call via class tag.</p>
<p>I did a work around where I have a script tag in each row where I pass in the additional information.</p>
<p>If you were to update this plugin some more, here are some wish list items:<br />
option to not have the cancel button<br />
option for the name of the parameter to be passed to the server<br />
option for callback function<br />
read and pass id or other attribute value<br />
pull current value from attribute</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wendy Smith</title>
		<link>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-39063</link>
		<dc:creator>Wendy Smith</dc:creator>
		<pubDate>Tue, 08 Apr 2008 19:13:51 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-39063</guid>
		<description>I am wondering how to pass the star value into a hidden field in the form. eg. I want to save the value into database.</description>
		<content:encoded><![CDATA[<p>I am wondering how to pass the star value into a hidden field in the form. eg. I want to save the value into database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-34127</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Mon, 17 Mar 2008 19:02:26 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-34127</guid>
		<description>Hi Vivek,

You could probably do this by setting a width on .rating and floating it left. 

That said, I'd recommend you take a look at this much-improved version of the plugin:

http://www.fyneworks.com/jquery/star-rating/</description>
		<content:encoded><![CDATA[<p>Hi Vivek,</p>
<p>You could probably do this by setting a width on .rating and floating it left. </p>
<p>That said, I&#8217;d recommend you take a look at this much-improved version of the plugin:</p>
<p><a href="http://www.fyneworks.com/jquery/star-rating/" rel="nofollow">http://www.fyneworks.com/jquery/star-rating/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek</title>
		<link>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-34125</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Mon, 17 Mar 2008 18:48:13 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-34125</guid>
		<description>HI!

 The current implementation does not let me put some text before the stars. I want to use star rating for specifying condition of mobile phones. So i want that ther should be a text "Condition:" before the stars. Somehow, the stars always appear in the new line, whereas I want text and stars to be in same line.

How can I do this.

regards
VK</description>
		<content:encoded><![CDATA[<p>HI!</p>
<p> The current implementation does not let me put some text before the stars. I want to use star rating for specifying condition of mobile phones. So i want that ther should be a text &#8220;Condition:&#8221; before the stars. Somehow, the stars always appear in the new line, whereas I want text and stars to be in same line.</p>
<p>How can I do this.</p>
<p>regards<br />
VK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bringetto</title>
		<link>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-33691</link>
		<dc:creator>Paul Bringetto</dc:creator>
		<pubDate>Thu, 13 Mar 2008 00:47:04 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-33691</guid>
		<description>If anyone needs to use a callback instead of passing server script as an argument check this out:
&lt;a href="http://n.efario.us/2008/03/12/modified-the-jquery-half-star-rating-plugin-to-use-a-callback" title="" rel="nofollow"&gt;http://n.efario.us/2008/03/12/modified-the-jquery-half-star-rating-plugin-to-use-a-callback&lt;/a&gt;

richi, I use this in a resultset as well. go here for an example; you'll need to login to see the rating plugin:
&lt;a href="http://meiko.novatunes.com" rel="nofollow"&gt;http://meiko.novatunes.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>If anyone needs to use a callback instead of passing server script as an argument check this out:<br />
<a href="http://n.efario.us/2008/03/12/modified-the-jquery-half-star-rating-plugin-to-use-a-callback" title="" rel="nofollow">http://n.efario.us/2008/03/12/modified-the-jquery-half-star-rating-plugin-to-use-a-callback</a></p>
<p>richi, I use this in a resultset as well. go here for an example; you&#8217;ll need to login to see the rating plugin:<br />
<a href="http://meiko.novatunes.com" rel="nofollow">http://meiko.novatunes.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richi</title>
		<link>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-32534</link>
		<dc:creator>Richi</dc:creator>
		<pubDate>Tue, 04 Mar 2008 14:15:45 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-32534</guid>
		<description>Thanks for your suggestion Karl, but I tried it before It displays all 10 Stars instead of 5 and the hover doesn't work either.

here's my code 


	$(document).ready(function() {
		$('div.rateme').rating('example.php', {maxvalue:5,increment:.5});
   });





.
.
.</description>
		<content:encoded><![CDATA[<p>Thanks for your suggestion Karl, but I tried it before It displays all 10 Stars instead of 5 and the hover doesn&#8217;t work either.</p>
<p>here&#8217;s my code </p>
<p>	$(document).ready(function() {<br />
		$(&#8217;div.rateme&#8217;).rating(&#8217;example.php&#8217;, {maxvalue:5,increment:.5});<br />
   });</p>
<p>.<br />
.<br />
.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-32486</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Tue, 04 Mar 2008 02:31:33 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/05/half-star-rating-plugin#comment-32486</guid>
		<description>Hi Richi,

Try giving all of those elements the same class and just have the single line. For example:

&lt;code&gt;$('div.rateme').rating('example.php', {maxvalue:5,increment:.5});&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi Richi,</p>
<p>Try giving all of those elements the same class and just have the single line. For example:</p>
<p><code>$('div.rateme').rating('example.php', {maxvalue:5,increment:.5});</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
