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

9 lines
168 B
JavaScript
Raw Permalink Normal View History

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