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

Line 37: Line 37:
 
</style>
 
</style>
  
        <title>datepicker examples</title>
 
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
        <!-- Bootstrap CSS and bootstrap datepicker CSS used for styling the demo pages-->
 
        <link rel="stylesheet" href="css/datepicker.css">
 
        <link rel="stylesheet" href="css/bootstrap.css">
 
  
  
Line 112: Line 107:
  
 
<!---TEST--->
 
<!---TEST--->
<div>
+
 
        <div class="container">
+
            <div class="hero-unit">
+
                <input  type="text" placeholder="click to show datepicker"  id="example1">
+
            </div>
+
        </div>
+
        <!-- Load jQuery and bootstrap datepicker scripts -->
+
 
+
</div>
+
    <script src="js/jquery-1.9.1.min.js"></script>
+
        <script src="js/bootstrap-datepicker.js"></script>
+
        <script type="text/javascript">
+
            // When the document is ready
+
            $(document).ready(function () {
+
               
+
                $('#example1').datepicker({
+
                    format: "dd/mm/yyyy"
+
                }); 
+
           
+
            });
+
        </script>
+
 
<!---TEST-->
 
<!---TEST-->
  

Revision as of 14:03, 13 July 2017

Notebook

V

Notebook.


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