Subversion Repositories My Stuff

Rev

Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

$(document).ready(function(){
        $('.bookmarking').find('a').tooltip({
                effect: 'fade',
                tipClass : 'imgtooltip',
                opacity : 0.7
        }).dynamic({ bottom: { direction: 'down', bounce: true } });
});