MediaWiki:Mobile.js: Unterschied zwischen den Versionen
Weiske (Diskussion | Beiträge) |
/* $( document ).ready(function() {
if(document.getElementById("content-collapsible-block-0")) {
document.getElementById("content-collapsible-block-0").className = "mf-section-1 collapsible-block open-block";
}
}); */
$('#mw-mf-main-menu-button').ready(function() {
$('#mw-mf-main-menu-button') .attr('href', 'http://'+ document.location.host +'/DriverApp/') .attr('onclick', 'window.location.href = "http://"+ document.location.host +"/DriverApp/";') .removeAttr('class') .attr('title', 'Zur Startseite') .html('');
});
/*
$('#content-collapsible-block-0').on( 'ready', function( e ) {
$('#content-collapsible-block-0').addClass('mf-section-1 collapsible-block open-block');
});
- /
$( '.transclusion-container .additional' ).each(function() {
var $elem = $(this); var $toggle = $('<a href="#" class="bs-icon-infoarrow-down"></a>'); $toggle.on( 'click', function( e ) { $elem.toggleClass( 'show' ); e.defaultPrevented = true; return false; }); $toggle.insertBefore( $elem );
});
$( '.languageselector' ).each(function() {
var languages = [ 'de', 'en', 'cz', 'pl', 'hu' ]; var $selector = $('<select>'); for( var i = 0; i < languages.length; i++ ) { var language = languages[i]; var $option = $('<option>'); $option.html( language ); $option.val( language );
$selector.append( $option ); } $(this).append( $selector );
});
/* $( ).no-js-only, .client-js .jsonly {
display: none;
}
- /
/* $( '.document ).ready(function() { if(document.getElementById("content-collapsible-block-0")) { document.getElementById("content-collapsible-block-0").className = "mf-section-1 collapsible-block open-block"; } }); */ $('#mw-mf-main-menu-button').ready(function() { $('#mw-mf-main-menu-button') .attr('href', 'http://'+ document.location.host +'/DriverApp/') .attr('onclick', 'window.location.href = "http://"+ document.location.host +"/DriverApp/";') .removeAttr('class') .attr('title', 'Zur Startseite') .html('<i class="fas fa-home" style="font-size: 28px; margin-top: 2px; color: #7b7673 !important;"></i>'); }); /* $('#content-collapsible-block-0').on( 'ready', function( e ) { $('#content-collapsible-block-0').addClass('mf-section-1 collapsible-block open-block'); }); */ $( '.transclusion-container .additional' ).each(function() { var $elem = $(this); var $toggle = $('<a href="#" class="bs-icon-infoarrow-down"></a>'); $toggle.on( 'click', function( e ) { $elem.toggleClass( 'show' ); e.defaultPrevented = true; return false; }); $toggle.insertBefore( $elem ); }); $( '.languageselector' ).each(function() { var languages = [ 'de', 'en', 'cz', 'pl', 'hu' ]; var $selector = $('<select>'); for( var i = 0; i < languages.length; i++ ) { var language = languages[i]; var $option = $('<option>'); $option.html( language ); $option.val( language ); $selector.append( $option ); } $(this).append( $selector ); }); /* $( ).no-js-only, .client-js .jsonly { display: none; } */
(29 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
+ | /* $( document ).ready(function() { | ||
+ | if(document.getElementById("content-collapsible-block-0")) { | ||
+ | document.getElementById("content-collapsible-block-0").className = "mf-section-1 collapsible-block open-block"; | ||
+ | } | ||
+ | }); */ | ||
+ | |||
+ | $('#mw-mf-main-menu-button').ready(function() { | ||
+ | $('#mw-mf-main-menu-button') | ||
+ | .attr('href', 'http://'+ document.location.host +'/DriverApp/') | ||
+ | .attr('onclick', 'window.location.href = "http://"+ document.location.host +"/DriverApp/";') | ||
+ | .removeAttr('class') | ||
+ | .attr('title', 'Zur Startseite') | ||
+ | .html('<i class="fas fa-home" style="font-size: 28px; margin-top: 2px; color: #7b7673 !important;"></i>'); | ||
+ | }); | ||
+ | |||
+ | |||
+ | /* | ||
+ | |||
+ | $('#content-collapsible-block-0').on( 'ready', function( e ) { | ||
+ | $('#content-collapsible-block-0').addClass('mf-section-1 collapsible-block open-block'); | ||
+ | }); | ||
+ | */ | ||
+ | |||
+ | |||
+ | |||
$( '.transclusion-container .additional' ).each(function() { | $( '.transclusion-container .additional' ).each(function() { | ||
var $elem = $(this); | var $elem = $(this); | ||
− | var $toggle = $('<a href="#" class="bs-icon- | + | var $toggle = $('<a href="#" class="bs-icon-arrow-down"></a>'); |
$toggle.on( 'click', function( e ) { | $toggle.on( 'click', function( e ) { | ||
$elem.toggleClass( 'show' ); | $elem.toggleClass( 'show' ); | ||
e.defaultPrevented = true; | e.defaultPrevented = true; | ||
+ | return false; | ||
}); | }); | ||
$toggle.insertBefore( $elem ); | $toggle.insertBefore( $elem ); | ||
Zeile 22: | Zeile 48: | ||
$(this).append( $selector ); | $(this).append( $selector ); | ||
}); | }); | ||
+ | |||
+ | /* | ||
+ | $( ).no-js-only, .client-js .jsonly { | ||
+ | display: none; | ||
+ | } | ||
+ | */ |