Team:BOKU-Vienna/Notebook

Notebook

V

Notebook.


Our Notebook is still under construction. You can find our protocol for the methods here: Protocol

datepicker.

<script type="text/javascript" src="https://2015.igem.org/Template:YourTeamName/Javascript? action=raw&ctype=text/javascript"></script>

 <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
 <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
 <script>
 $( function() {
   $( "#datepicker" ).datepicker();
 } );
 </script>