MediaWiki:Sandbox.js: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
*  This is a sandbox.
*  This is a sandbox.
*/
*/
 
/*
$(function() {   
$(function() {   
//var lastRow = $('#tableDungeon tr').last();
var lastRow = $('#tableDungeon tr').last();
//lastRow.find('td').last().attr('style', 'border-radius: 0 0 10px 0');
lastRow.find('td').last().attr('style', 'border-radius: 0 0 10px 0');
//lastRow.find('th').first().attr('style', 'border-radius: 0 0 0 10px');
lastRow.find('th').first().attr('style', 'border-radius: 0 0 0 10px');
});
});
*/

Revision as of 20:10, 27 February 2023

/* 
*  This is a sandbox.
*/
/*
$(function() {  
	var lastRow = $('#tableDungeon tr').last();
	lastRow.find('td').last().attr('style', 'border-radius: 0 0 10px 0');
	lastRow.find('th').first().attr('style', 'border-radius: 0 0 0 10px');
});
*/