User:Soxra/Lab/TemplateImprove

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
< User:Soxra‎ | Lab
Revision as of 06:37, 3 February 2012 by Soxra (talk | contribs)
Jump to navigationJump to search
This article requires some improvement.
But, what would it take for me to be like... the other articles?
This article is in the creation process.
Editors are welcome to help by adding what you know. If you need some help editing this page, you may refer to the Manual of Style for some guidance.

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;
	});
});