4,554
edits
No edit summary |
No edit summary |
||
Line 107: | Line 107: | ||
console.log("Button or Filters div not found with jQuery."); | console.log("Button or Filters div not found with jQuery."); | ||
} | } | ||
$('.button-open-nrs').click(function() { | |||
$('.entry-nrs-query').toggle(); // This toggles the display between 'none' and 'block' | |||
}); | |||
// Function to check if filters are cleared and update visibility of community elements | // Function to check if filters are cleared and update visibility of community elements |