I've used this star rating plugin. There is appearing a default tooltip if hovering on the each star icon. I want use this tooltip instead of that default tooltip. I've put all the necessary files and make the HTML like this way:
<input class="hover-star tooltip" type="radio" name="rating-1" value="3" title="OK"/>
But, it seems that tooltip can't working at that rating plugin. I am not good at javascript. That's why, I don't understand at where should I modify to make the tooltip working. How can I do it? Here is my fiddle work