All public logs
From HorizonXI Wiki
Combined display of all available logs of HorizonXI Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:59, 14 September 2024 Starfox9507 talk contribs created page MediaWiki:FFXIWeatherForecast.js (Created page with "// ref: https://stackoverflow.com/questions/10683712/html-table-sort const table = document.querySelector('special-weatherforecast-table'); //get the table to be sorted console.log('test', table); // table.querySelectorAll('th') // get all the table header elements // .forEach((element, columnNo)=>{ // add a click handler for each // element.addEventListener('click', event => { // sortTable(table, columnNo); //call a function which sorts the table by a gi...")