Rating system with stars
I am looking long time for a star rating system. I need something that is quite simple and that works! Here is what i've tried: $(':radio').change( function(){ $('.choice').text( this.value + ' stars' ); } ) //reset, center n shiz (don't mind this stuff) *, ::after, ::before{ height: 100%; padding:0; margin:0; box-sizing: border-box; text-align: center; vertical-align: middle; } body{ font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; &::before{ height: 100%; content:''; width:0; background:red; vertical-align: middle;