Subversion Repositories My Stuff

Rev

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

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