//DTD XHTML 1.0 Transitional//EN’ ‘http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd’>
Supersciocco ma che voce – Articolo – ilGiornale.it del 20-02-2009
$(document).ready(function() {
$.ajax({
type: ‘GET’,
url: ‘/js/tooltip/jquery.tooltip.min.js’,
dataType: ’script’,
success: function(data) {
$(‘.pretty’).tooltip({
track: true,
delay: 0,
showURL: false,
showBody: ‘ – ‘,
extraClass: ‘pretty’,
fixPNG: true,
opacity: 0.95,
left: -120
});
$(‘.tip’).tooltip({
track: true,
delay: 0,
showURL: false,
showBody: ‘ – ‘,
opacity: 0.85
});
},
error: function(data) {
}
});
$(‘.help_img’).hover(function(){
$(this).attr({src:’/web/img/v3_icon_help_16×16_orange.gif’})},function(){
$(this).attr({src:’/web/img/v3_icon_help_16×16_gray.gif’})}
);
});
$(document).ready(function(){
$(‘.link’).click(function () {
$(‘.hide’).hide();
var showmedia = $(this).attr(‘name’);
$(‘#’+showmedia).fadeIn(‘fast’);
});
$(‘.first’).show();
var underlinefirst = $(‘.first’).attr(‘id’);
});
Fonte: http://www.ilgiornale.it/a.pic1?ID=330230