Änderungen

MediaWiki:Imagemap-Hightlight.js

4 Byte entfernt, 08:58, 28. Aug. 2014
div.after($('<hr>', {'class': myClassName}).css('clear', 'both')).after(ol);
var lis = {}; //collapse areas with same caption to one list item
/*$('area', map).each(function() {
var $this = $(this), text = this.title;
var li = lis[text]; // title already met? use the same li
li.data('areas').push(this); //add the area to the li
$(this).bind('mouseover mouseout', function(e) {li.trigger(e);})
*/});
ol.addClass('mw-collapsed')
.makeCollapsible();
Bürokrat, Administrator
2.255
Bearbeitungen