Remove color of element after MouseOver using javascript/Jquery
I'm trying to make a star rating system for my Django project using JS and jQuery. I want to change the color of stars when the mouse is on each star. I don't want the star color to persist on…