Skip to content

Instantly share code, notes, and snippets.

View aq2bq's full-sized avatar

aq2bq aq2bq

  • YUKASHIKADO Inc.
  • Japan
  • X @aq2bq
View GitHub Profile
@aq2bq
aq2bq / ox.html
Created January 13, 2022 11:23
ox
<html>
<head>
<title>ox</title>
<style type="text/css">
#app {
width: 90px;
}
.cell {
border: 1px solid #000;
float: left;
@aq2bq
aq2bq / 1.html
Last active January 27, 2022 05:07
bulk-checking.js
<html>
<head>
<title>Bulk Checking</title>
<script src="main.js"></script>
<link rel="stylesheet" href="main.css" />
</head>
<body>
<div class="check-all-alert hidden"></div>
<div>
<h3>選択された件数:<span class="checked-count">0</span></h3>