Skip to content

Instantly share code, notes, and snippets.

@nocuwu
Created January 6, 2019 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nocuwu/4a282b334377af427fb7ac0577978e0a to your computer and use it in GitHub Desktop.
Save nocuwu/4a282b334377af427fb7ac0577978e0a to your computer and use it in GitHub Desktop.
index.html
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-1.4.2.min.js"></script>
<script src="jquery.csvToTable.js"></script>
</head>
<body>
<h1>
Here is osu! Golobal Ranking Transition.
</h1>
CSV To Table:
<br>
<div class = "csv_table_convert"></div>
<br>
<a href = "https://osu.ppy.sh/users/8341091" taeget = "_blank">Source</a>
<br>
</body>
<script>
$(function() {
$('.csv_table_convert').CSVToTable('test.csv');
});
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment