You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,I want to initial value from server but i can not do this.
the starRating method does not any condition to get data form source (like div ,span ,..).
is there any way?
The text was updated successfully, but these errors were encountered:
you can put anything you want inside the method. here is my code snippet:
$(".my-rating").map(function () {
$(this).starRating({
strokeColor: '#894A00',
minRating: 1,
initialRating: $(this).attr("value"),
strokeWidth: 10,
starSize: 25,
useFullStars: true,
readOnly: true,
});
});
i initialized multiple instances with values from database with this
Hi,I want to initial value from server but i can not do this.
the starRating method does not any condition to get data form source (like div ,span ,..).
is there any way?
The text was updated successfully, but these errors were encountered: