jquery.rating
jquery.rating copied to clipboard
perserve the selected value not working
If the option value and text are different then preserving the selected value will not work correctly.
Seems that problem lie in line 113: evt.target = $(".ui-rating-star[title="+ value +"]", container); instead 'title=' probably must be 'value='