Advertisement
NecromancerCoding

Mostrar dados sólo en ciertos subforos

Jan 21st, 2023
2,099
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.17 KB | None | 0 0
  1. $(function() {
  2. $('#forum_rules').each(function(){
  3. $(this).parents('body#phpbb').find('.paneldice').addClass('showdice');
  4. });
  5. $('.paneldice:not(.showdice)').hide();
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement