Created
May 6, 2023 13:42
-
-
Save I3rixon/5e9dfbfe1e7e35a6b5bbb62239a9890b to your computer and use it in GitHub Desktop.
Sort WebPage Wi-Fi Meshtastic js script add to Web Console of Browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var script = document.createElement('script'); | |
script.type = 'text/javascript'; | |
script.src = 'https://code.jquery.com/jquery-3.6.4.min.js'; | |
document.head.appendChild(script); | |
var script = document.createElement('script'); | |
script.type = 'text/javascript'; | |
script.src = 'https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.3/js/jquery.tablesorter.min.js'; | |
document.head.appendChild(script); | |
$(".min-w-full").tablesorter(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment