Quelltext

<!doctype html> <html> <head> <meta charset="utf-8"> <title>Beispiel</title> <link rel="stylesheet" href="css/smoothness/jquery-ui-1.10.4.min.css"> <script src="js/jquery-1.10.2.js"></script> <script src="js/jquery-ui-1.10.4.min.js"></script> <link href="css/plugins/keyboard.css" rel="stylesheet"> <script src="js/plugins/jquery.keyboard.js"></script> <script> $(function(){ $('#keyboard').keyboard(); }); </script> </head> <body> <input id="keyboard" type="text"> </body> </html>

Downloads / Website

Website
Download