$(document).ready(function () {
//    $('.tooltip').tooltip({
//        folderurl: 'contents/'
//    });
//    $('.tooltip2').tooltip();
//    $('.tooltip3').tooltip({
//        folderurl: 'contents/'
//    });
//    $('.tooltip4').tooltip();
//    $('.tooltip5').tooltip({ width: '250px' });
//    $('.tooltip6').tooltip({ width: '250px', height: '75px' });
//    $('.tooltip7').tooltip({ cursor: 'wait' });
    
    //$('.lessontop_showTooltip').tooltip({ dataAttr: 'toplesson' });
    $('#product-list ul li .product-img a').tooltip({ dataAttr: 'product' });
});
