templates/theme.html
changeset 102 d1524a27c8be
parent 99 98360a0a7797
child 108 c75d501c5601
equal deleted inserted replaced
101:a06174484abc 102:d1524a27c8be
    73     <!-- Placed at the end of the document so the pages load faster -->
    73     <!-- Placed at the end of the document so the pages load faster -->
    74     <script src="/static/js/jquery-1.10.2.min.js"></script>
    74     <script src="/static/js/jquery-1.10.2.min.js"></script>
    75     <script src="static/js/bootstrap.js"></script>
    75     <script src="static/js/bootstrap.js"></script>
    76      <script type="text/javascript">
    76      <script type="text/javascript">
    77       $(document).ready(function() {
    77       $(document).ready(function() {
    78   $('#myCarousel').carousel({
    78       $('#myCarousel').carousel({
    79   interval: 5000
    79       interval: 5000
    80   })
    80       })
    81     
    81       $('#myCarousel').on('slid.bs.carousel', function() {
    82     $('#myCarousel').on('slid.bs.carousel', function() {
       
    83       //alert("slid");
    82       //alert("slid");
    84   });
    83       });   
    85     
    84       });
    86     
       
    87 });
       
    88     </script>
    85     </script>
    89 
    86 
    90   </body>
    87   </body>
    91   </html>
    88   </html>
Impressum Datenschutzerklärung