UNPKG

lmd

Version:

LMD: Lazy Module Declaration

13 lines 462 B
<!DOCTYPE html> <html> <head> <title>LMD async_plainonly 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 md5</button> <input type="text" placeholder="md5 Result" class="b-result"/> </body> </html>