Sha256: ea0a8031a0d95dd96a18e78e3960fec76487c1f8d4c7bd8b1c578dd7e9685b9c
Contents?: true
Size: 329 Bytes
Versions: 38
Compression:
Stored size: 329 Bytes
Contents
<html> <body> <button ondblclick="change_text()">Double Click</button> <p id="change_on_double_click">The double click has not occurred.</p> </body> <script> function change_text() { document.getElementById("change_on_double_click").innerHTML="Double Click Received" } </script> </html>
Version data entries
38 entries across 38 versions & 4 rubygems