MediaWiki:Common.js: Unterschied zwischen den Versionen

Aus Prepaid-Wiki
Zur Navigation springenZur Suche springen
imported>Admin
Keine Bearbeitungszusammenfassung
imported>Admin
(Änderung 71786 von Admin (Diskussion) rückgängig gemacht.)
Zeile 1: Zeile 1:
$( document ).ready(function() {
$( document ).ready(function() {
$('#toc').wrap('<div id="outer-toc" class="outer-toc"></div>');
$("#toc").wrap("<div id=\"outer-toc\" class=\"outer-toc\"></div>");
$('#toc').after('<div id="image-banner"><iframe src="https://www.prepaid-wiki.de/wiki/htmlets/Banner_neben_Ueberschrift/ads1.html" width="300px" height="600px" frameborder="0" scrolling="no"></iframe</div>');
$("#toc").after("<div id=\"image-banner\"><a href=\"http://www.lead-alliance.net/tc.php?t=110948C1171121864B\" target=\"_blank\"><img src=\"http://www.lead-alliance.net/tb.php?t=110948V1171121864B\" border=\"0\" title=\"WhatsApp\" alt=\"WhatsApp\" width=\"300\" height=\"250\" /></a></div>");
$('#image-banner').after('<div class="clearfix"></div>');
$("#image-banner").after("<div class=\"clearfix\"></div>");
if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i) || navigator.userAgent.match(/IEMobile/i) ) {
if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i) || navigator.userAgent.match(/IEMobile/i) ) {
 
$(".outer-toc #image-banner").hide();
$(".outer-toc #image-banner").hide();
$(".outer-toc #image-banner").remove();
$(".outer-toc #image-banner").remove();
}
}
});
});

Version vom 1. März 2017, 13:16 Uhr

$( document ).ready(function() {
	
	$("#toc").wrap("<div id=\"outer-toc\" class=\"outer-toc\"></div>");
	
	$("#toc").after("<div id=\"image-banner\"><a href=\"http://www.lead-alliance.net/tc.php?t=110948C1171121864B\" target=\"_blank\"><img src=\"http://www.lead-alliance.net/tb.php?t=110948V1171121864B\" border=\"0\" title=\"WhatsApp\" alt=\"WhatsApp\" width=\"300\" height=\"250\" /></a></div>");
	
	$("#image-banner").after("<div class=\"clearfix\"></div>");
	
	if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i) || navigator.userAgent.match(/IEMobile/i) ) {
		
		$(".outer-toc #image-banner").hide();
		$(".outer-toc #image-banner").remove();
	}
});