jquery.rating icon indicating copy to clipboard operation
jquery.rating copied to clipboard

perserve the selected value not working

Open howdu opened this issue 13 years ago • 1 comments

If the option value and text are different then preserving the selected value will not work correctly.

howdu avatar Feb 14 '12 16:02 howdu

Seems that problem lie in line 113: evt.target = $(".ui-rating-star[title="+ value +"]", container); instead 'title=' probably must be 'value='

BeliaevM avatar Mar 15 '12 12:03 BeliaevM