Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<body>
<div onmousedown="mDown(this)" onmouseup="mUp(this)"
style="background-color:#32CD32;width:90px;height:20px;padding:40px;">
點選我~~~</div>
<script>
function mDown(obj) {