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 7858933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T21:41:08+00:00 2026-06-02T21:41:08+00:00

I found this solution that does exactly what i am looking for… provide check

  • 0

I found this solution that does exactly what i am looking for… provide check boxes and display the results that match ALL selected criteria.

Re: jQuery Multiple Checkbox Page Filter

The only thing I would like to be able to add is a message if no results are returned based on the selected criteria, but I am pretty new to this. Any help?

Thanks in advance!

  • 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-02T21:41:11+00:00Added an answer on June 2, 2026 at 9:41 pm

    UPDATE

    There’s 1,001 ways of doing this… here’s a simplistic solution. I can’t suggest the "best" way of doing this because it depends on the rest of the site’s architecture, your coding style, etc.

    That said, try this: http://jsfiddle.net/tkLK6/28/

    if($results.length > 0) {
        $('.no-results-found').remove();
        $results.show();
    } else {
        $('.results').append('<li class="no-results-found">No results found.</li>');
    }
    

    Try this: http://jsfiddle.net/tkLK6/27/

    Instead of:

    $lis.hide().filter(selector).show();
    

    Try:

    var $results = $lis.hide().filter(selector);
        
    if($results.length > 0) {
        $results.show();
    } else {
        alert('no results found.');
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been looking around for a solution to this thing but I haven't found
I have been looking for that so much and I haven't found the solution.
When looking for a solution to this question , I found the this thread
I searched for an implementation of std::map runtime ordering and have found this solution:
I found the solution for this question in C# , but I can't translate
Edited to Add * I haven't found a solution for this one yet, can
Edited: SOLUTION FOUND. This is strange and not the best solution, but I just
I edited this question after i found a solution... i need to understand why
Has anyone else had this issue and found a working solution? I've enabled the
i have this problem: ms-access could not delete and i found a potential solution

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.