updated server/2015/home_js.html: add jQuery magic to switch ON carousel.
authorrsiddharth <rsd@gnu.org>
Thu, 30 Oct 2014 12:33:43 +0000 (08:33 -0400)
committerrsiddharth <rsd@gnu.org>
Thu, 30 Oct 2014 12:33:43 +0000 (08:33 -0400)
server/2015/home_js.html

index 76a8cf2409179fc2816660d71bd89ae3c34b36b5..aa95ab0b78a87b60a7677d071bf40f38effacea9 100644 (file)
@@ -4,3 +4,11 @@
        src="/2015/assets/js/bootstrap-3.2.0.min.js"></script>
 <script type="text/javascript"
         src="/2015/assets/js/piwik.js"></script>
+
+<script>
+         $(document).ready(function() {
+        $('.carousel').carousel({ interval:6000 });
+           $('.glyphicon-chevron-left').css('display','inline-block');
+           $('.glyphicon-chevron-right').css('display','inline-block');
+         });
+</script>