11 lines
214 B
JavaScript
11 lines
214 B
JavaScript
/*
|
|
Template Name: Qovex - Responsive Bootstrap 4 Admin Dashboard
|
|
Author: Themesbrand
|
|
Website: https://themesbrand.com/
|
|
Contact: themesbrand@gmail.com
|
|
File: Jquery konb
|
|
*/
|
|
|
|
$(function() {
|
|
$(".knob").knob();
|
|
}); |