Changes

v0.3: prependTo, show()
Line 1: Line 1:  
(function($){
 
(function($){
 
"use strict";
 
"use strict";
console.log("Sidebar Boxes v0.2");
+
console.log("Sidebar Boxes v0.3");
 
 
 
$(window).load(function(){
 
$(window).load(function(){
 
if($("div.module.move").length > 0){
 
if($("div.module.move").length > 0){
$("div.module.move").appendTo("#WikiaRail");
+
$("div.module.move").prependTo("#WikiaRail");
console.log($("div.module.move").text());
+
$("div.module.move").show();
 
}
 
}
 
});
 
});
    
}(jQuery));
 
}(jQuery));
15

edits