Subversion Repositories My Stuff

Rev

Rev 17 | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

$(document).ready(function(){
        $('a.group').tooltip({
                effect: 'slide',
                tipClass : 'imgtooltip',
                opacity : 0.7
        }).dynamic({ bottom: { direction: 'down', bounce: true } });
       
        $('.rssLayout').find('a').removeAttr('title');
       
        $('.rssLayout').find('img').tooltip({
                        effect: 'fade',
                        tipClass : 'imgtooltip',
                        opacity : 0.7,
                        position : 'top left'
        }).dynamic({ bottom: { direction: 'down', bounce: true } });
       
        $('#printing').find('img').tooltip({
                effect: 'fade',
                tipClass : 'imgtooltip',
                opacity : 0.7,
                position : 'top left'
        }).dynamic({ bottom: { direction: 'down', bounce: true } });
       
        $('img.linux_logo').tooltip({
                effect: 'fade',
                tipClass : 'imgtooltip',
                opacity : 0.7,
                position : 'top right'
        }).dynamic({ bottom: { direction: 'down', bounce: true } });
       
});