Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

can't change count span number on divider after the list filtered #2486

Closed
@lifengid

Description

@lifengid

I want change the count number on list divider, and show a "nothing" list item if anything not found.

Activity

scottjehl

scottjehl commented on Sep 21, 2011

@scottjehl

This is a nice idea for a feature addition. I'll add it to the feature suggestions page on the wiki. For now, you should be able to handle this with some basic jQuery traversal in your JavaScript file. The listview filter behavior binds to the "keyup change" events on the generated search input, so you should be able to do the same and manipulate the listview markup after the filter is complete. I hope that helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @scottjehl@lifengid

        Issue actions

          can't change count span number on divider after the list filtered · Issue #2486 · jquery-archive/jquery-mobile