Your IP : 216.73.216.240


Current Path : /home/juvelize/martine/plugins/system/helix/js/
Upload File :
Current File : /home/juvelize/martine/plugins/system/helix/js/helix.core.js

/**
 * @package Helix Framework
 * @author JoomShaper http://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2014 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/

spnoConflict(function($){
    $('.sp-totop').on('click', function() {
        $('html, body').animate({
            scrollTop: $("body").offset().top
        }, 500);
    });
    
    
    //tooltip
    $('.hasTip').tooltip({
        html: true
    })
});