This commit is contained in:
2020-01-24 17:53:26 -05:00
parent 7f3e301b7d
commit a77f69912d
1264 changed files with 339035 additions and 0 deletions
@@ -0,0 +1,38 @@
/*=========================================================================================
File Name: 3-columns-left-sidebar.js
Description: Invoices list datables configurations
----------------------------------------------------------------------------------------
Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
Author: Pixinvent
Author URL: hhttp://www.themeforest.net/user/pixinvent
==========================================================================================*/
$(document).ready(function() {
/***********************************
* js of small Slider *
************************************/
var sm_options = {
start: [30,70],
behaviour: 'drag',
connect: true,
range: {
'min': 20,
'max': 80
}
};
var smallSlider = document.getElementById('small-slider');
noUiSlider.create(smallSlider, sm_options);
/*************************************
* Default Score Rating *
**************************************/
$.fn.raty.defaults.path = '../../../app-assets/images/raty/';
$('#score-rating').raty({
score: 3
});
$(".sidebar-sticky").sticky();
});