User:Soxra/Lab/TemplateImprove

< User:Soxra‎ | Lab
Revision as of 06:32, 3 February 2012 by Soxra (talk | contribs) (I think I'll just leave this right here...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This article requires some improvement.
There must be something wrong with the parts those imbeciles brought me.
This article requires some cleanup or improvement.
You are welcome to help by editing this page. Please follow the Manual of Style and Editing Help to get started.

Usage

This template is currently under construction. To view it properly, the following code must be added to your user CSS.

$(document).ready(function() {
	/* Improvement Box Tabber */
	$(".improvementBox").find(".improveTabLinkBox a").click(function() {
		$(".improvementBox").find("#improveTabs > div").hide();
		$(".improvementBox").find("#improveTabs > div"+$(this).attr("href")).show();
		return false;
	});
});