Open GoogleCodeExporter opened 8 years ago
Please provide a URL so I can help you debug this.
Original comment by diego.a...@gmail.com
on 17 May 2013 at 1:46
Hello,
http://test2.propentum.com/
In file Principal.js
Instruction: $('.star').rating('select', 2);
It seems it only fails with Firefox, I have 21.0 version.
Thanks.
Original comment by joseafer...@gmail.com
on 17 May 2013 at 6:03
Having looked at your page, this pretty much seems to be your setup:
http://jsfiddle.net/UVDCf/1/
It works, I can't find a problem with the plugin. But it sounds like you have a
problem with the order of the execution of your code. CTRL+F5 tells Firefox to
ignore its cache and fetch all resources again from the server. By the sounds
of it, when you press F5, Firefox is firing your scripts in a different order.
You might wanna try something like this:
http://jsfiddle.net/UVDCf/3/
Original comment by diego.a...@gmail.com
on 17 May 2013 at 7:41
Original issue reported on code.google.com by
joseafer...@gmail.com
on 17 May 2013 at 12:13