Skip to content

Commit

Permalink
Update 2023-03-21-tables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jS5t3r authored Nov 4, 2024
1 parent def3cfc commit e9bb566
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2023-03-21-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Below, you'll find the comprehensive paper list. I've also provided TXT and JSON
<script>
var $table = $('#table')
var $page = $('#page')
var $button = $('#button')
var $button2 = $('#button2')
var $button3 = $('#button3')
var $button = $('#button').text('selectPage')
var $button2 = $('#button2').text('prevPage')
var $button3 = $('#button3').text('nextPage')

$(function() {
$button.click(function () {
Expand Down

0 comments on commit e9bb566

Please sign in to comment.