MediaWiki:Result Code Details.js: Difference between revisions
Jump to navigation
Jump to search
Created page with "alert("This page 'Result Code Details' is working!");" |
No edit summary |
||
Line 1: | Line 1: | ||
$(".TileLayoutSectionHidden").click(function(){ | |||
$(this).child().slideToggle(500, function(){ | |||
}); | |||
}); |
Revision as of 18:30, 15 January 2015
$(".TileLayoutSectionHidden").click(function(){ $(this).child().slideToggle(500, function(){ }); });