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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T17:41:13+00:00 2026-06-08T17:41:13+00:00

I have a list like this <ul data-role=listview id=list data-filter=true></ul> it looks good on

  • 0

I have a list like this

<ul data-role="listview" id="list" data-filter="true"></ul>

it looks good on startup and get a nice (working filter/search-bar).

But then I add some rows (li) to the list with an ajax call.

 $('#list').append('<li>item</li>');

Then I reload the list to get it to rerender the list with the nice JQM UI.

$("#list").listview();

My problem is that after this the filter/searchbar stops working.
(It is stil displayed but it is not filtering).

I have tried to add the whole list in the callback (putting a in the html and then readding the whole list (append(‘

Any suggestions on how to hook the search function back on again?

  • 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-08T17:41:15+00:00Added an answer on June 8, 2026 at 5:41 pm

    I found the solution here: jQuery Mobile – listview() with data-filter="true" and ajax content

    First of all I had for some reason data-role=”list-view” instead of data-role=”listview”.

    The second thing I changed was that I removed the document.ready() method and replaced it with two methods:

    $(document).live( 'pagebeforecreate',function(event){
        // append stuff to UL
    });
    $(document).live("pageinit", function(){
        $('#list').listview();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an empty list at the start like this. <ul id=list data-role=listview data-inset=true>
I have a list of data in javascript that looks like this: [[152, 48,
Have you got another idea to get this list of data? I would like
I have a string like this: TEST.DATA.Data.COR.Point,2;TEST.DATA.Data.COR.Point,5;TEST.DATA.Data.COR.Point,12;TEST.DATA.Data.COR.Point,12;TEST.DATA.Data.COR.WordTOFIND,18 I have a list of array with
I have a data.table object like this one library(data.table) a <- structure(list(PERMNO = c(10006L,
I have some financial data gathered at a List[(Int, Double)], like this: val snp
I have a list of data structured like this: Field1 Field2 Field3 1 1
I have a list of data like this data = [['A',11],['A',22],['B',14],['C',23],['C',31],['B',12]] I put the
I have a file that is about 100Mb that looks like this: #meta data
I have a data set like this: structure(list(var1 = c(APE, APE, APE, APE, APE,

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.