MediaWiki:Mobile.js: Difference between revisions

Jump to navigation Jump to search
Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: // Even More fancy hovers for recipes $(function () { // Tooltip only Text $('.masterTooltip').hover( function () { // Hide non-JS $(this).data('tipText', $(this).attr('title')).removeAttr('title'); //Custom Tooltip var title = $(this).attr('data-title'); var lore = $(this).attr('data-lore'); var tooltip = '<p class="tooltip">' + parseFormatCodes(title..."
(Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: // Even More fancy hovers for recipes $(function () { // Tooltip only Text $('.masterTooltip').hover( function () { // Hide non-JS $(this).data('tipText', $(this).attr('title')).removeAttr('title'); //Custom Tooltip var title = $(this).attr('data-title'); var lore = $(this).attr('data-lore'); var tooltip = '<p class="tooltip">' + parseFormatCodes(title...")
(No difference)

Navigation menu