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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:19:41+00:00 2026-06-14T17:19:41+00:00

I dynamically generated my listview. Now, every li element of the listview ul has

  • 0

I dynamically generated my listview. Now, every li element of the listview ul has a specific event due to event binding during the generation of the list. Now this listview data-filter=”true”.

Then from another textfield(from another jqm page), I need to input a string, on which upon keyup of enter I need to pass the value to the filter fieldtext(the one for filtering of the listview) then get the li elements that corresponds to the passed value.

Can anyone point me to the right direction?

  • 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-14T17:19:42+00:00Added an answer on June 14, 2026 at 5:19 pm

    I approach it in a different way:

    $.each($('#myListView').children(),function(){
        var text = $(this).attr("data-filtertext");
        if(text.toLowerCase().search(search) > 0){
            //do event
            //Since I generate the data-filtertext attr, 
            //and I've guarantee that it wont have duplicate, so: 
            $(this).children("a").click();
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have dynamically generated strings like @#@!efq@!#! , and I want to remove specific
Trying to click an item in a dynamically-generated list, but the $.click() function just
I have a ListView in which I inflate 4 different layouts dynamically. In every
Possible Duplicate: Getting an issue while checking the dynamically generated checkbox through list view
Possible Duplicate: Getting an issue while checking the dynamically generated checkbox through list view
I currently am using a dynamically generated list view in jQuery mobile to display
I've got a ListView that displays an array that is generated dynamically by the
I dynamically generated my hbms. Now when I attempt to use the HQL Editor
I have a dynamically generated list of URL's from our internal network. For each
I try to dynamically generate a listview in jQuery. This works perfectly for the

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.