$(document).ready(function() { hash = window.location.hash.substring(1); console.log("hash",hash); if (hash == "") { console.log("hash is null"); load_content('calculators'); } else { console.log("hash is not null"); load_content(hash); } $('#navtab a').on('click', function (e) { e.preventDefault(); content = $(this).attr('data-event-label'); console.log("content",content); load_content(content); $(this).tab('show'); }) }); function load_content(content) { console.log("load_content",content); qcat = content; qid = "#" + String(qcat); a = '/sitemk/section/' + qcat; console.log("qid",qid); console.log("a",a); $("#navtab a[href='" + qid + "']").tab('show'); $(qid).load(a, function() { $(qid + " .loading").hide(); }); $.get('/sitemk/title/' + qcat, updateTitle); window.location.hash = content; } function updateTitle(data) { document.title = data + ' - MathsKit'; }

MathsKit

Quick links to resources for Maths teachers.

Page not found.

Something is wrong. Contact me if you think this is a mistake.

Maybe you were looking for:
the home page?
downloadable essentials?
MathsLinks?