User:Soxra/Lab/TemplateImprove
From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
< User:Soxra | Lab
Jump to navigationJump to search
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; }); });