Subversion Repositories My Stuff

Compare Revisions

Ignore whitespace Rev 27 → Rev 28

/trunk/JavaScripts/contact_tooltip.js
0,0 → 1,14
$(document).ready(function(){
$('#contact, #messengers').find('a > img').tooltip({
effect: 'slide',
tipClass : 'imgtooltip',
opacity : 0.7
}).dynamic({ bottom: { direction: 'down', bounce: true } });
$('.sms_link, .email_link').tooltip({
effect: 'slide',
tipClass : 'imgtooltip',
opacity : 0.7
}).dynamic({ bottom: { direction: 'down', bounce: true } });
});
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property