primefaces / primeui

Rich set of javascript-css only widgets
http://www.primefaces.org/primeui
283 stars 125 forks source link

Changing value of rating with option method #113

Closed cagataycivici closed 8 years ago

cagataycivici commented 8 years ago

Expose value as an attribute, still widget looks at hidden input value for default one and considers value option if there is no value on hidden input.

$('#rating').puirating({value:2});
$('#rating').puirating('option','value', 5);