This wiki is no longer being updated as of December 10, 2025.
|
MediaWiki:Result Code Details.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
$(".TileLayoutSectionHidden").click(function(){ | $(".TileLayoutSectionHidden p").click(function(){ | ||
$(this). | $(this).sibling(".TitleLayoutBody").slideToggle(500, function(){ | ||
}); | }); | ||
}); | }); | ||
Revision as of 20:13, 15 January 2015
$(".TileLayoutSectionHidden p").click(function(){
$(this).sibling(".TitleLayoutBody").slideToggle(500, function(){
});
});