المشاركات

عرض المشاركات من أغسطس, ٢٠١٧

5 Star Rating System using jQuery, CSS and Font Awesome

صورة
Hey! Today I'm going to show you how to create a simple 5 star rating system using jquery and pure css . Star Rating System is very popular online and is used in most of the websites these days. It allows users to rate contents, comments, reviews etc. and let others know if it is good or bad. There is a wide range of star rating plug-ins available in the market. But I'm going to show you a dead simple way to implement this 5-star rating system without using any plug-ins. All we need is jquery library and css. Building jQuery 5-Star Rating System: To implement the star rating system, we must create a list of stars that looks empty or gray by default. The stars should be highlighted when the mouse hover over them and turn to gray when it exit to a different area of the webpage. And the rating should be counted when the user clicks on the stars and the value should be preserved in a hidden text field. Read: Create Fullscreen Video Background using HTML5 & CSS For