On a scale from 0-10, how likely are you to recommend myfinpoint.com to a friend or college?
not at all likely
Extremly likely
0
1
2
3
4
5
6
7
8
9
10
What is the reason for your score?(please elaborate)
If your feedback requires a response, please contact MyFin coustomer service here
$(document).ready(function() { $(".rating__star").click(function() { $(".rating__star").removeClass('newcolor'); Find the index of the clicked icon among all icons var clickedIndex = $(".rating__star").index(this); $(".rating__star:lt(" + (clickedIndex + 1) + ")").addClass('newcolor'); }); });