laravelEcomm/public/Dashboard/js/profile-demo.js

9 lines
168 B
JavaScript
Raw Normal View History

2024-07-12 12:51:02 +05:45
(function($) {
'use strict';
$(function() {
$('#profile-rating').barrating({
theme: 'css-stars',
showSelectedRating: false
});
});
})(jQuery);