Difference between revisions of "Template:Toc"
From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 3: | Line 3: | ||
<html> | <html> | ||
<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> | ||
+ | $(function(){ | ||
+ | $('#inner-content-div').slimScroll({ | ||
+ | height: '250px' | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
<script> | <script> | ||
$(document).ready(function() { | $(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 01:15, 21 August 2014
Generates a floating Table of contents menu in a fixed position on the left hand side of the screen.