MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 31: Line 31:
     }
     }
      
      
     // Attach a click event handler to all elements with class 'filtered-value-option-label'
     // Attach a click event handler to all elements with class 'filtered-value-option'
     $('.filtered-value-option-label').on('click', function() {
     $('.filtered-value-option').on('click', function() {
         // Hide the community list featured section when a filter is clicked
         // Hide the community list featured section when a filter is clicked
         communityListFeatured.hide();
         communityListFeatured.hide();

Navigation menu