Skip to content

Instantly share code, notes, and snippets.

View kosh-jp's full-sized avatar

kosh kosh-jp

  • osaka
View GitHub Profile
@kosh-jp
kosh-jp / content-show-hide.html
Created December 3, 2018 14:01
jQuery/content-show-hide-by-a-tag
<!DOCTYPE html>
<html lang="ja">
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">Navbar</a>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
@kosh-jp
kosh-jp / calculate-checkbox-value.html
Created December 2, 2018 11:29
jQuery/calculate-checkbox-value
<!DOCTYPE html>
<html>
<head>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.js"
integrity="sha256-fNXJFIlca05BIO2Y5zh1xrShK3ME+/lYZ0j+ChxX2DA="
crossorigin="anonymous"></script>
<script type="text/javascript" src="calculate-checkbox-value.js"></script>
</head>
<body>