Triestelia’s Weblog

Just another WordPress.com weblog

59,2

//DTD XHTML 1.0 Transitional//EN’ ‘http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd’>

59,2 – Articolo – ilGiornale.it del 02-11-2008

$(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=302974

Novembre 2, 2008 Pubblicato da triestelia | news online | | Ancora nessun commento.