js
May 28, 2020, 03:49 PM
/*
* SimpleTooltip v.1.0
* Copyright(c) 2009 Host Spacer Pvt. Ltd.
* Contact us at info@hostspacer.com
*
*/
;(function($){
'use strict';
var defaults = {
trigger: 'hover',
place: 'auto',
theme: 'dark',
width: 200,
tooltip: 'simple-tooltip',
arrow: true,
single: true,
ajax: false,
action:...