MediaWiki:Gadget-Tabber.js: Revision history

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

January 24, 2025

December 4, 2023

November 11, 2023

October 27, 2023

  • curprev 08:4708:47, October 27, 2023Porplemontage talk contribs 1,424 bytes +1,424 Created page with "// ================== // tabber.js // Authors: Eric Fortin, Alexia E. Smith // ================== (function($) { $.fn.tabber = function() { return this.each(function() { // create tabs var $this = $(this), tabContent = $this.children('.tabbertab'), nav = $('<ul>').addClass('tabbernav'); tabContent.each(function() { var anchor = $('<a>').text(this.title).attr('title', this.title).attr('href', 'javascript:void(0);'); $('<li>').append(anch..."