Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I like the rating system in this website, such as when you hover over the stars, you will get the pop up comment box and also you can only vote once and undo your voting as well.

does anybody know where I can find this solution.

Much appreciate.

What I have tried:

I have tried the
AjaxControlToolkit
but not as good as I want.
Posted
Updated 7-Jan-20 14:05pm

1 solution

One option is to create a responsive rating star using jQuery. For example: https://codepen.io/mmoradi08/pen/yLyYrGg[^]

Here's one plugin that uses jQuery as well: GitHub - nashio/star-rating-svg: A star rating jQuery plugin that uses SVG for easier customization[^]
 
Share this answer
 
Comments
jiangbb 8-Jan-20 2:46am    
Thank you. do you know how I can get the popup comment box while hover over the stars?
Vincent Maverick Durano 8-Jan-20 14:58pm    
You'll have to write some JavaScript to show a div, modal or whatever you want on mouseover event.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900