tcallsen / jquery-star-rating-plugin

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

plugin doesn't work with jquery 1.7.1 #136

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Where can we see the problem?
> URL:
ps: http://jsfiddle.net/ is the best way for us to debug your issue

What steps will reproduce the problem?
> 1. Using jquery ver < 1.8
> 2.

What is the expected output? What do you see instead?
>

What version of the plugin/jQuery are you using?
> PLUGIN VERSION: 4.11
> JQUERY VERSION: 1.7.1
> BROWSER(S) VERSION(S): Chrome  27.0.1453.94 m

Feel free to provide any additional information below.

On your intro tab on your homepage 
(http://www.fyneworks.com/jquery/star-rating/), it is mentioned that this is 
compatible with jQuery 1.3+ whereas you have used jquery method "addBack()" in 
your jquery.rating.js file which was only introduced from jquery ver. 1.8 so 
the plugin is not working in my environment.

Original issue reported on code.google.com by dineshwa...@gmail.com on 28 May 2013 at 6:03