8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi, how do I pass in fontawesome characters? I'm getting this error with the below code:
Cannot read property base of undefined
$('.rating').rate({ readonly: true, step_size: 0.5, symbols: { fontawesome_star: { base: '\uf005', hover: '\uf005', selected: '\uf005', }, }, });