Subversion Repositories My Stuff

Rev

Rev 13 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 17
Line 1... Line 1...
1
$(document).ready(function(){
1
$(document).ready(function(){
2
        $('.bookmarking').find('a').tooltip({
2
        $('.bookmarking').find('a').tooltip({
3
                effect: 'fade',
-
 
4
                tipClass : 'imgtooltip',
-
 
5
                opacity : 0.7
-
 
-
 
3
                effect: 'slide',
-
 
4
                tipClass : 'socialtooltip',
-
 
5
                opacity : 0.9
6
        }).dynamic({ bottom: { direction: 'down', bounce: true } });
6
        }).dynamic({ bottom: { direction: 'down', bounce: true } });
7
});
7
});