Difference between revisions of "Template:Toc"

From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 4: Line 4:
 
<script type="text/javascript" src="http://wiki.visionaire-tracker.net/extensions/jQuery-slimScroll-1.3.0/jquery.slimscroll.min.js"></script>
 
<script type="text/javascript" src="http://wiki.visionaire-tracker.net/extensions/jQuery-slimScroll-1.3.0/jquery.slimscroll.min.js"></script>
 
<script>
 
<script>
 +
$(document).ready(function() {
 +
 
     $('.ftoc_content').slimScroll({
 
     $('.ftoc_content').slimScroll({
 
         height: 'auto'
 
         height: 'auto'
 
     });
 
     });
</script>
+
 
<script>
 
$(document).ready(function() {
 
 
$(".ftoc").hover(function() {
 
$(".ftoc").hover(function() {
 
   $(".ftoc").stop().animate({left:'0px'}, 250, function() {
 
   $(".ftoc").stop().animate({left:'0px'}, 250, function() {

Revision as of 02:24, 21 August 2014

Generates a floating Table of contents menu in a fixed position on the left hand side of the screen.