Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8323967
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T23:53:18+00:00 2026-06-08T23:53:18+00:00

How can i add a custom class to this jQuery Isotope filtering and count

  • 0

How can i add a custom class to this jQuery Isotope filtering and count the filtered items from isotope:

    $(function(){
var $container = $('#wrap-planspiel'),
      filters = {};

  $container.isotope({
        animationEngine : 'css',
        itemSelector : '.hexblock'
  });

  // filter buttons
  $('select').change(function(){
    var $this = $(this);

    // store filter value in object
    // i.e. filters.color = 'red'
    var group = $this.attr('data-filter-group');

    filters[ group ] = $this.find(':selected').attr('data-filter-value');
    // console.log( $this.find(':selected') )
    // convert object into array
    var isoFilters = [];
    for ( var prop in filters ) {
      isoFilters.push( filters[ prop ] )
    }
    console.log(filters);
    var selector = isoFilters.join('');
    $container.isotope({ filter: selector });
    return false;
  });

      $('.filter a').click(function() {
          var $this = $(this);
          if ( $this.hasClass('selected') ) {
        return;
      }

      var $optionSet = $this.parents('.option-set');
      // change selected class
      $optionSet.find('.selected').removeClass('selected');
      $this.addClass('selected');
          var group = $this.parent().data('filter-group');
          filters[ group ] = $this.data('filter-value');
          var isoFilters = [];
            for ( var prop in filters ) {
              isoFilters.push( filters[ prop ] )
            }
            console.log(filters);
            var selector = isoFilters.join('');
            $container.isotope({ filter: selector });
            return false;
      });      

});

There is an example from desandro but the class remains after reseting all filters: http://jsfiddle.net/desandro/3nY9V/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T23:53:19+00:00Added an answer on June 8, 2026 at 11:53 pm

    Ok, sorry to understand so slow, looking at it now in Chrome’s devtools. So:

    1. On load of your page (sandbox or fiddle) for the very first time, all 28 Isotope items are shown; an item has, for example, the “produkt-element flutlicht w-100w warmwhite isotope-item” classes, but no element has the “is-filtered” class, because no filtering has taken place yet
    2. Then, one selects, for example, Flutlicht in the dropdown menu
    3. Now, the item has also the “is-filtered” class added to the previous classes
    4. Then, one selects Alle Leuchtenarten from the dropdown menu
    5. Now, the page looks like in 1. but the item still has the “is-filtered” class

    Well, that comes not as a surprise, because now you are always inside the filter function, so all items are indeed filtered – but filtered for Alle Leuchtenarten and Alle Lichtfarben and Alle Leistungen, that’s why all 28 items are shown as if your page has just loaded for the very first time 🙂 But – why worry about that? You see what I mean?

    Spotted another issue: when one does the above, you sometimes have gaps between items in your box when going back to show all 28 items. You need a call to reLayout somewhere or you have to rely on the viewer to resize the window to kick the layout filling mechanism.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just ran across some jQuery that looks like this: $('.add-row').live('click.add', function() { //
I need to extend the TreeNode class such that I can add custom properties
I am struggeling with Magento custom options. In Magento you can add custom options
How can I add custom action in generator.yml that point to an action in
Can someone explain how can I add custom font, css classes styles to Contribute?
Arrays have a "length" property by default. Can I add custom properties to them?
how can i add a custom view to the right click menu of every
Users on my site can add nodes of a custom type (let's call it
is it possible to add custom data to the results so it can be
I would like to add custom attributes to a MySQL table which I can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.