Difference between revisions of "Template:IONIS Paris/JS"

Line 39: Line 39:
 
allowPageScroll: 'vertical'
 
allowPageScroll: 'vertical'
 
});
 
});
 +
 +
$(document).ready(
 +
  function () {
 +
    $('nav > ul > li:has(ul) > a').attr('href', function (i, val) { return val + '#'; });
 +
  }
 +
);
 
</script>
 
</script>
  
 
</head>
 
</head>
 
</html>
 
</html>

Revision as of 20:04, 4 August 2015