Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 399 Bytes

File metadata and controls

17 lines (11 loc) · 399 Bytes

jQuery plugin which enables stars based on ratings values

$(dom).stars();

HTML Uses

<span class="stars" data-numStars="{{rating}}" data-rating="{{rating}}" data-num-stars="5" ></span>

ICONS

Mentation below these there font-awesome icons is being used to show full and half stars. It can be replaced with custom icons.

fa-star fa-star-half-empty fa-star-o