/** * Added or define custom $ taks in this file * * @package Owner * @subpackage Business Owner * * Distributed under the GNU General Public License v3 - http://www.gnu.org/licenses/gpl-3.0.html */ jQuery(document).ready(function($) { "use strict"; /** * Static Counter */ $('.single-count').counterUp({ delay: 10, time: 1000 }); });