Subversion Repositories My Stuff

Compare Revisions

Ignore whitespace Rev 16 → Rev 17

/trunk/JavaScripts/socialtooltip.js
1,7 → 1,7
$(document).ready(function(){
$('.bookmarking').find('a').tooltip({
effect: 'fade',
tipClass : 'imgtooltip',
opacity : 0.7
effect: 'slide',
tipClass : 'socialtooltip',
opacity : 0.9
}).dynamic({ bottom: { direction: 'down', bounce: true } });
});