Main public logs
More actions
Combined display of all available logs of Kenshi Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:31, 4 February 2025 Prd talk contribs created page MediaWiki:AJAXTest.js (Created page with "$(document).ready(function() { // Create a test button var ajaxButton = $('<button id="ajax-test-button">Load Recent Edit</button>'); var ajaxResult = $('<div id="ajax-result"></div>'); // Append the button and result div to the body $('#content').prepend(ajaxButton, ajaxResult); // Set up click event for AJAX call $('#ajax-test-button').click(function() { $('#ajax-result').html('Loading...'); // Show loading state $.ajax({...")