Guest User

Untitled

a guest
Oct 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. //<div class="rateYo" data-rating="4"></div>
  2.  
  3. import 'rateyo'
  4. $(function(){
  5. const levels = $(".rateYo");
  6. Object.keys(levels).forEach(function(key) {
  7. let rating = $(levels[key]).data('rating')
  8. $(levels[key]).rateYo({
  9. rating: rating
  10. });
  11. });
  12. });
Add Comment
Please, Sign In to add comment