3-columns-left-sidebar.js 1.0 KB

12345678910111213141516171819202122232425262728
  1. /*=========================================================================================
  2. File Name: 3-columns-left-sidebar.js
  3. Description: Invoices list datables configurations
  4. ----------------------------------------------------------------------------------------
  5. Item name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
  6. Author: Pixinvent
  7. Author URL: hhttp://www.themeforest.net/user/pixinvent
  8. ==========================================================================================*/
  9. $(document).ready(function() {
  10. /***********************************
  11. * js of small Slider *
  12. ************************************/
  13. var sm_options = {
  14. start: [30,70],
  15. behaviour: 'drag',
  16. connect: true,
  17. range: {
  18. 'min': 20,
  19. 'max': 80
  20. }
  21. };
  22. var smallSlider = document.getElementById('small-slider');
  23. noUiSlider.create(smallSlider, sm_options);
  24. $(".sidebar-sticky").sticky();
  25. });