Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
public
/
app-assets
/
js
/
scripts
/
Filename :
extra-components-ratings.min.js
back
Copy
$(document).ready(function(){$(".rateYo").rateYo({rating:3.6,ratedFill:"#ff4081",onChange:function(t,o){$(this).next().text(t)}}),$(".normalfillrate").rateYo(),$(".multi-color-rate").rateYo({rating:1.6,multiColor:{startColor:"#3f51b5",endColor:"#ff4081"}}),$(".num-rate").rateYo({onChange:function(t,o){$(this).attr("data-tooltip",t)}}),$(".onset-rate").rateYo({onSet:function(t,o){alert("Rating is set to: "+t)}}),$(".rate-onchange").rateYo({onChange:function(t,o){$(this).next().text(t)}})});