https://de.wikipedia.org/w/index.php?action=history&feed=atom&title=Benutzer%3AManosHacker%2Fcommon.js
Benutzer:ManosHacker/common.js - Versionsgeschichte
2025-05-13T08:16:30Z
Versionsgeschichte dieser Seite in Wikipedia
MediaWiki 1.44.0-wmf.28
https://de.wikipedia.org/w/index.php?title=Benutzer:ManosHacker/common.js&diff=175515117&oldid=prev
ManosHacker: AZ: Die Seite wurde neu angelegt: $('.hover-bgc').hover( function() { $(this).attr("data-hover-bgc-original", $(this).css("backg…
2018-03-28T22:56:56Z
<p><a href="/wiki/Hilfe:Zusammenfassung_und_Quellen#Auto-Zusammenfassung" title="Hilfe:Zusammenfassung und Quellen">AZ</a>: Die Seite wurde neu angelegt: $('.hover-bgc').hover( function() { $(this).attr("data-hover-bgc-original", $(this).css("backg…</p>
<p><b>Neue Seite</b></p><div>$('.hover-bgc').hover( function() {<br />
$(this).attr("data-hover-bgc-original", $(this).css("background-color"))<br />
var parentSpec = $(this).parent('.hover-bgc-parent').attr('data-hover-bgc-child');<br />
$(this).css({ "background-color" : ((typeof parentSpec !== typeof undefined) && (parentSpec !== false)) ? parentSpec : $(this).attr('data-hover-bgc') });<br />
}, function() {<br />
$(this).css({ "background-color" : $(this).attr('data-hover-bgc-original') });<br />
});</div>
ManosHacker