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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T16:27:15+00:00 2026-06-11T16:27:15+00:00

http://jquerymobile.com/test/docs/lists/lists-search.html I want to create a filter like this with jquery mobile without having

  • 0

http://jquerymobile.com/test/docs/lists/lists-search.html

I want to create a filter like this with jquery mobile without having to view the data but only display the result of the filter

  • 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-11T16:27:16+00:00Added an answer on June 11, 2026 at 4:27 pm

    EDIT: finally I got this code for you.

    jQuery:

    $(document).ready(function() {
        $('#mylist li').addClass('ui-screen-hidden');
    
        $('input[data-type="search"]').keyup(function() {
            if ($(this).val() === '') {
                $('#mylist li').addClass('ui-screen-hidden');
            } else {
                $('#mylist li').removeClass('ui-screen-hidden');
            }
    
            $(this).trigger('change');
        });
    
    });​
    

    Link: http://jsfiddle.net/6Vu4r/206/

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

Sidebar

Related Questions

Im using the jQuery Mobile search filter with dividers: http://jquerymobile.com/test/docs/lists/lists-search-with-dividers.html I need the dividers
Im using the jQuery mobile search filter list: http://jquerymobile.com/test/docs/lists/lists-performance.html Im having somer performance issues,
Im using the jQuery Mobile Filter List: http://jquerymobile.com/test/docs/lists/lists-search-with-dividers.html Is it possible to move the
jQuery Mobile has a fine collection of themes for buttons. http://jquerymobile.com/test/docs/buttons/buttons-themes.html However, I want
I'd like to customize the jQuery Mobile slider http://jquerymobile.com/demos/1.0/docs/forms/slider/ so that I can keep
I'm developing a mobile website for smartphones and using jquery mobile. first test: http://pastehtml.com/view/bq51kpbmm.html
I'm trying to use jqm's loading spinner as details here: http://jquerymobile.com/test/docs/pages/loader.html Calling $.mobile.loading('show'); or
I am using jQuery mobile to create the following page. http://ielts.progmic.com/iOS/college.php?title=Royal+College+Of+Arts In the link
I am talking about one of these Dialog boxes that pop up: http://jquerymobile.com/test/docs/pages/page-dialogs.html (short
I'm following the collapsible content doc at - http://jquerymobile.com/demos/1.0a4.1/docs/content/content-collapsible.html Is there a method of

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.