senthilporunan / jRate

Generate SVG based Rating with various customized fancy features. More information @ www.toolitup.com
http://www.toolitup.com/jRate.html
MIT License
66 stars 45 forks source link

Bug when using plugin with class selectors #10

Closed phaeton2040 closed 9 years ago

phaeton2040 commented 9 years ago

I'm trying to use your plugin with class selectors. Html is rendered but only first element is colored on hover

senthilporunan commented 9 years ago

Let me know the configurations you tried there.

phaeton2040 commented 9 years ago

Solved it: $('.my-class').each(function(i,v){ $(v).jRate(options) });

senthilporunan commented 9 years ago

Sounds good :+1: Let us know if you need more information. I am closing this issue.