edgarjs / ajaxful-rating

Provides a simple way to add rating functionality to your application.
http://rdoc.info/projects/edgarjs/ajaxful-rating
417 stars 127 forks source link

Position of "no-small" in id of "ajaxful-rating-wrapper" class changes. #94

Open joshuapinter opened 11 years ago

joshuapinter commented 11 years ago

I haven't nailed down a pattern of why, but sometimes it is before the dimension and sometimes it is after the dimension.

To be clear, it stays the same for the dimension but between dimensions it can shift positions, which causes jQuery targeting issues.

# For dimension 'xcost'
id="ajaxful_rating_no-small_xcost_auprf_application_74"

# For dimension 'experience'
id="ajaxful_rating_2_experience_no-small_auprf_application_74"

Thanks,

JP