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

Line 32: Line 32:
 
     }
 
     }
 
      
 
      
    $ lessc build/build_standalone.less datepicker.css
+
 
 
</style>
 
</style>
  
<script>
+
<title>jQuery UI Datepicker - Default functionality</title>
$('.datepicker').datepicker();
+
  <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
</script>
+
  <link rel="stylesheet" href="/resources/demos/style.css">
 +
  <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>
 +
 
 +
 
 
<div id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
 
<div id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
 
     <!-- One-Page Scroll NavBar -->
 
     <!-- One-Page Scroll NavBar -->
Line 104: Line 113:
  
 
<!---TEST--->
 
<!---TEST--->
 +
 +
<p>Date: <input type="text" id="datepicker"></p>
  
 
<!---TEST-->
 
<!---TEST-->

Revision as of 12:50, 11 July 2017

jQuery UI Datepicker - Default functionality

Notebook

V

Notebook.


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

Date: