Wechseln zu: Navigation, Suche

MediaWiki:Common.js

Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Extras → Internetspuren löschen … → Individuelle Auswahl → Den kompletten Cache löschen
/* Any JavaScript here will be loaded for all users on every page load. */
 
$('#myTab a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
 
$('#myAlert a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#myButton a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#myCarousel a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#myColour a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#myDropdown a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#myIcons a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#myImageboxes a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#myInfohorizontal a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#myJumbotron a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#myNavbar a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#myPagination a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#myPanel a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#myPillnav a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#myPopover a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#mySocial a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('#myTables a').click(function (e) {
  e.preventDefault()
  $(this).tab('show')
})
 
$('.lazyYT').lazyYT();
 
$.downloadCounter();
 
$(function () {
  $('[data-toggle="popover"]').popover()
})