4,554
edits
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
} | } | ||
// Attach a click event handler to all elements with class 'filtered-value-option | // Attach a click event handler to all elements with class 'filtered-value-option' | ||
$('.filtered-value-option | $('.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(); |