From bb53357a77105d4c01cc0c7566497f05a7620878 Mon Sep 17 00:00:00 2001 From: Iain McGinniss Date: Fri, 26 Oct 2012 22:53:29 +0100 Subject: types chapter fully converted. Added link to jquery and some experimental code for a fixed pop-out version of the table of contents, which is currently disabled. --- resources/ScalaReference.js | 20 ++++++++++++++++++++ resources/scala-ref-template.html5 | 2 ++ resources/style.css | 20 +++++++++++++++++++- 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 resources/ScalaReference.js (limited to 'resources') diff --git a/resources/ScalaReference.js b/resources/ScalaReference.js new file mode 100644 index 0000000000..51be0cf05b --- /dev/null +++ b/resources/ScalaReference.js @@ -0,0 +1,20 @@ +$(function() { + + var popoutTOC = $('
'); + popoutTOC.attr('id', 'popoutTOC'); + + var popoutTOChead = $('Jump to...'); + popoutTOChead.appendTo(popoutTOC); + + var content = $('