Subversion Repositories My Stuff

Rev

Rev 17 | Go to most recent revision | 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 } });
});