Skip to content

Instantly share code, notes, and snippets.

View HuanxinHu's full-sized avatar
🏠
Working from home

Huanxin Hu HuanxinHu

🏠
Working from home
  • San Francisco Bay Area, California
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.heart, .diamond {
color: red;
}
@HuanxinHu
HuanxinHu / index.html
Created March 21, 2018 00:08
JS Bin lazyload gallery // source http://jsbin.com/mukixej
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="lazyload gallery">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
img{
width: 200px;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@HuanxinHu
HuanxinHu / index.html
Created February 7, 2018 02:28
JS Bin event bubbling and capture // source http://jsbin.com/jayucob
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="event bubbling and capture">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.grandChild{
border: 1px solid red;