Difference between revisions of "Team:BOKU-Vienna/Notebook"

Line 119: Line 119:
 
   
 
   
 
</body>
 
</body>
 
+
$( function() {
 +
    $( "#datepicker" ).datepicker();
 +
  } );
 +
  </script>
  
 
</html>
 
</html>

Revision as of 13:03, 17 July 2017

Notebook

V

Notebook.


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

Date:

$( function() { $( "#datepicker" ).datepicker(); } );