eddysilvamendes / jquery-star-rating-plugin

Automatically exported from code.google.com/p/jquery-star-rating-plugin
0 stars 0 forks source link

jQuery Rating plugin problem #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, I have the same problem as I found on this site:
http://groups.google.com/group/jquery-en/browse_thread/thread/72a1cd869562aca5
But there is no answer :(

So I`d like to quote Philip Garrett:

Hi,

I'm using the latest available version of the star rating plugin from
fyneworks (http://www.fyneworks.com/jquery/star-rating/) with jQuery
1.2.6.

I'm having a few problems when using the star ratings with ajax.  My
ajax form actually replaces the div that contains the stars widget
with a fresh one that represents the changed rating.

After replacing the widget with $("#container").html(...), these
problems start:
1. The cancel button disappears
2. Mouseovers on the stars stop working until you click another star
3. Mouseovers get stuck (especially when mousing off rightwards)
4. This error will eventually happen: 'elem.parentNode is
null' [jquery-1.2.6.js (line 1259)]

I've put together a quick example of the problems here:
http://www.pgarrett.net/stars/

Any help you can offer is appreciated.

Thanks,
Philip 

Original issue reported on code.google.com by serge.m...@gmail.com on 18 Mar 2009 at 3:06

GoogleCodeExporter commented 8 years ago
This is an old issue which has been resolved. Please download the latest 
version of 
the plugin:
http://www.fyneworks.com/jquery/star-rating/

Original comment by diego.a...@gmail.com on 18 Mar 2009 at 5:26

GoogleCodeExporter commented 8 years ago
Anyway I have problems when reloading a page using Ajax. Eror sound like this:
control is undefined
[Break on this error] control.count++;

I can see it in Firefox Console on Suse.
And inputs with type "radio" appear instead of stars..
Can you help me please?

Original comment by serge.m...@gmail.com on 19 Mar 2009 at 2:25

GoogleCodeExporter commented 8 years ago
Please put your code online somewhere and send me a link so I can observe the 
problem...

Original comment by diego.a...@gmail.com on 20 Mar 2009 at 4:22

GoogleCodeExporter commented 8 years ago
I think I may have found the problem. Can you download the latest version 
(3.01) and 
try again?
http://jquery-star-rating-plugin.googlecode.com/svn/trunk/jquery.rating.js

Original comment by diego.a...@gmail.com on 20 Mar 2009 at 4:29

GoogleCodeExporter commented 8 years ago
Better still, try the new version (3.1):
http://jquery-star-rating-plugin.googlecode.com/svn/trunk/jquery.rating.js

Original comment by diego.a...@gmail.com on 21 Mar 2009 at 2:51

GoogleCodeExporter commented 8 years ago

Original comment by diego.a...@gmail.com on 21 Mar 2009 at 2:56

GoogleCodeExporter commented 8 years ago
Now it works fine, thank you very much! :)

Original comment by serge.m...@gmail.com on 23 Mar 2009 at 8:54