Subversion Repositories My Stuff

Rev

View as "text/plain" | Blame | Last modification | View Log | RSS feed

$(document).ready(function(){
        $('a.film_link').tooltip({
                effect: 'slide',
                tipClass : 'imgtooltip',
                opacity : 0.7
        }).dynamic({ bottom: { direction: 'down', bounce: true } });
});