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

Line 111: Line 111:
 
<!---TEST--->
 
<!---TEST--->
 
<div>
 
<div>
Test<input type="text" id="datepicker">
+
<p id="demo">JavaScript can change HTML content.</p>
 
</div>
 
</div>
  

Revision as of 09:41, 17 July 2017

Notebook

V

Notebook.


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

JavaScript can change HTML content.

 <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>