UNPKG

lmd

Version:

LMD: Lazy Module Declaration

13 lines 460 B
<!DOCTYPE html> <html> <head> <title>LMD async plugin example</title> <script type="text/javascript" src="http://yandex.st/jquery/1.8.2/jquery.min.js"></script> <script type="text/javascript" src="index.lmd.js"></script> </head> <body> <input type="text" placeholder="Type something" class="b-input"/> <button class="b-button">Calculate SHA-512</button> <input type="text" placeholder="SHA-512 Result" class="b-result"/> </body> </html>