| 20:30 | Affari tuoi 2025 | | 21:30 | Imma Tataranni - Sostituto procuratore | | 00:00 | Cose Nostre | | 01:00 | Reazione a catena | | 02:15 | Il maresciallo Rocca | | | 21:20 | Boss in incognito | | 23:40 | Il Processo al 90 | | 02:00 | Paterson | | 03:50 | Rex | | | 20:55 | Un posto al sole | | 21:25 | Autodifesa di Caino | | 01:05 | O anche no | | 01:55 | Sorgente di vita | | 02:30 | RaiNews | |
| | |
| | |
| | | 20:40 | La Ruota Della Fortuna | | 21:20 | Temptation Island E Poi..E Poi.. | | 01:15 | Paperissima Sprint | | 02:02 | Luce Dei Tuoi Occhi | | 03:42 | Soap | | |
| | |
| | |
| 21:15 | La torre di Babele | | 22:55 | L'ultima fila, storia di Pippo Fava | | 00:15 | Otto e mezzo | | 00:55 | Camera con vista | | 01:20 | Tesori Nascosti: il mistero di Petra | | | | 20:30 | The Cage - Prendi e scappa  | | 21:30 | Little Big Italy  | | 23:15 | Little Big Italy | | 00:50 | Nudi e crudi | | 01:45 | Nudi e crudi | |
| | |
| | |
| | | 20:45 | 60 Minuti | | 22:05 | Il cassetto segreto | | 00:15 | Segni dei tempi | | 00:40 | ' );
if( !tip || tip == '' )
return false;
target.attr( 'title', '' );
target.attr( 'alt', '' );
// target.removeAttr( 'title' );
// target.removeAttr( 'alt' );
// tooltip.css('opacity', 0.6)
tooltip.html( tip )
.appendTo( 'body' )
.fadeTo('slow', 0.88);
var init_tooltip = function()
{
// var color =$("tr.channel_header").css('backgroundColor');
// if (color) {
// tooltip.css('backgroundColor', color);
// tooltip.css('border-color', '#fff');
// }
tooltip.css( 'max-width', 340 );
var pos_left = target.offset().left + ( target.outerWidth() / 2 ) - ( tooltip.outerWidth() / 2 );
// pos_left = target.offset().left + target.outerWidth() / 2 - 20;
var pos_top = target.offset().top - tooltip.outerHeight() - 20;
if( pos_left < 0 )
{
pos_left = target.offset().left + target.outerWidth() / 2 - 20
tooltip.addClass( 'left' );
}
else
tooltip.removeClass( 'left' );
if( pos_left + tooltip.outerWidth() > $( window ).width() )
{
pos_left = target.offset().left - tooltip.outerWidth() + target.outerWidth() / 2 + 20;
tooltip.addClass( 'right' );
}
else
tooltip.removeClass( 'right' );
if( pos_top < 0 )
{
var pos_top = target.offset().top + target.outerHeight();
tooltip.addClass( 'top' );
}
else
tooltip.removeClass( 'top' );
tooltip.css( { left: pos_left, top: pos_top } )
// .animate( { top: '+=10', opacity: 1 }, 50 );
.animate( { top: '+=10'}, 50 );
};
init_tooltip();
$( window ).resize( init_tooltip );
var remove_tooltip = function()
{
tooltip.animate( { top: '-=10', opacity: 0 }, 50, function()
{
$( this ).remove();
});
target.attr( 'title', tip );
target.attr( 'alt', alt );
};
target.bind( 'mouseleave', remove_tooltip );
tooltip.bind( 'click', remove_tooltip );
});
});
| |