MediaWiki:Common.js: Difference between revisions
From VanRO Ragnarok Online
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$('#ooui- | $('#ooui-30').prop('checked', true); // Automatically checks the checkbox with ID 'ooui-30' | ||
}); | }); |
Revision as of 01:52, 15 May 2024
$(document).ready(function() { $('#ooui-30').prop('checked', true); // Automatically checks the checkbox with ID 'ooui-30' });