מדיה ויקי:Gadget-ondemand-Imagemap-Highlight.js – הבדלי גרסאות

תוכן שנמחק תוכן שנוסף
ניסוי
כמקובל
שורה 127:
li.data('areas').push(this); //add the area to the li
someli = li; // whichever - we just want one...
$(this).on('mouseover mouseout',
function(e) {
li.trigger(e.type);});
});
});
if (someli) someli.trigger('mouseout');