Subversion Repositories My Stuff

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
28 kardasa 1
$(document).ready(function(){
2
        $('#contact, #messengers').find('a > img').tooltip({
3
                effect: 'slide',
4
                tipClass : 'imgtooltip',
5
                opacity : 0.7
6
        }).dynamic({ bottom: { direction: 'down', bounce: true } });
7
 
8
        $('.sms_link, .email_link').tooltip({
9
                effect: 'slide',
10
                tipClass : 'imgtooltip',
11
                opacity : 0.7
12
        }).dynamic({ bottom: { direction: 'down', bounce: true } });
13
 
14
});