Sha256: e283a4595f399383018c9db536ccfa5b83b307c9695dcadcaed916949871cf90
Contents?: true
Size: 182 Bytes
Versions: 3
Compression:
Stored size: 182 Bytes
Contents
$(function() { $('.rating').each(function() { $this = $(this); $this.raty({ score: $this.data('rating'), scoreName: 'star', space: true }); }); });
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ratable-0.0.3 | app/assets/javascripts/ratings.js |
ratable-0.0.2 | app/assets/javascripts/ratings.js |
ratable-0.0.1 | app/assets/javascripts/ratings.js |