4,554
edits
No edit summary Tag: Manual revert |
No edit summary |
||
Line 4: | Line 4: | ||
var communityFeatured = $('#community-featured'); | var communityFeatured = $('#community-featured'); | ||
var communityListFeatured = $('#community-list-featured'); | var communityListFeatured = $('#community-list-featured'); | ||
var cards = $('.card'); | var cards = $('.card'); | ||
var filteredCards = $('.filtered-list-item'); | var filteredCards = $('.filtered-list-item'); | ||
Line 88: | Line 87: | ||
} else { | } else { | ||
console.log("Button or Filters div not found with jQuery."); | console.log("Button or Filters div not found with jQuery."); | ||
} | } | ||
// Delegate the mousedown event to the '.card' elements inside the '#list' container | // Delegate the mousedown event to the '.card' elements inside the '#list' container | ||
$('#list').on('mousedown', '.card', function (event) { | $('#list').on('mousedown', '.card', function (event) { |