UNPKG

bee-js

Version:

Bee is for behavior binding.

31 lines (29 loc) 1.39 kB
<!doctype html> <html> <head> <link rel="shortcut icon" type="image/png" href="/node_modules/jasmine-core/lib/jasmine-core/jasmine_favicon.png"> <link rel="stylesheet" type="text/css" href="/node_modules/jasmine-core/lib/jasmine-core/jasmine.css"> <script type="text/javascript" src="/node_modules/jasmine-core/lib/jasmine-core/jasmine.js"></script> <script type="text/javascript" src="/node_modules/jasmine-core/lib/jasmine-core/jasmine-html.js"></script> <script type="text/javascript" src="/node_modules/jasmine-core/lib/jasmine-core/boot.js"></script> <!-- Include jQuery UI --> <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script> </head> <body> <section> <h1>Samples</h1> <article> <h2>Datepicker</h2> <div bee-type=jqueryui-datepicker></div> <div bee-type=jqueryui-datepicker bee-opts-jqueryui-datepicker='{ "showAnim": "slideDown" }'> </div> </article> </section> <script type=text/javascript src=/src/bee.js></script> <script type=text/javascript src=bee.spec.js></script> </body> </html>