מדיה ויקי:Gadget-Lamp connected.js: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
He7d3r (שיחה | תרומות)
Migration: wikiGetlink → getUrl
Krinkle (שיחה | תרומות)
Maintenance: Remove broken code. jQuery live() was removed in 2013
שורה 81:
}, 1000);
});
$('.tipsy')
.live('mouseover', function() {
clearTimeout(timer);
})
.live('mouseout', function(){
timer = setTimeout(function(){
img.tipsy('hide')
}, 1000);
});
$('#firstHeading').prepend(img);
}