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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T14:51:54+00:00 2026-06-11T14:51:54+00:00

How to make a listview without icon on the right? I want to change

  • 0

How to make a listview without icon on the right? I want to change apperance of my read-only and normal listviews in jQuery Mobile. I am compiling app with PhoneGap.

I read similar posts like: How to add icon/image to listitem of ListView, but couldn’t get my answer.

  • 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-11T14:51:55+00:00Added an answer on June 11, 2026 at 2:51 pm

    As mentioned in my comment, the lists with an icon on the right have a link.

    You can create read-only lists which do not include linked content.

    You can check the online doc for more information:

    http://jquerymobile.com/demos/1.0/docs/lists/lists-readonly.html

    Example of code:

    <div data-role="page">
        <div data-role="content">
            <ul data-role="listview" data-theme="a">
                <li>Acura</li>
                <li>Audi</li>
                <li>BMW</li>
                <li> Cadillac</li>
                <li> Ferrari</li>
            </ul>
        </div>
    </div>
    

    If you want to keep the links, you just need to add data-icon="false" to your <li> tags:

    Example of code:

    <body>
        <div data-role="page" id="p1">
            <div data-role="content">
                <ul data-role="listview" data-theme="a" >                   
                    <li data-icon="false"><a href="#p2">Go to page 2</a></li>
                    <li data-icon="false"><a href="#p3">Go to page 3</a></li>
                </ul>
            </div>
        </div>
    
        <div data-role="page" id="p2">
            Hello! This is page 2!!!
        </div>
    
        <div data-role="page" id="p3">
            Hello! This is page 3!!!
        </div>
    </body>
    

    Hope this helps

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

Sidebar

Related Questions

I want to make a listview with item name in one column and edit
i want to make a tri-state checkbox inside listview control, iam using image list
I want to make an event for the scroll in ListView. I have found
I want to make a view where I can select multiple items from listview
I'm using jquery.mobile-1.0.1. I'm trying to make the page reload when clicking on the
I want to make a ListView that has small images, that was taken from
Is there a way (without codebehind) to make a WPF ListView grow to the
I want to make a listview of files in folder,but it doesn't work. What's
I dynamically add items to a ListView and want to make all the items
I'm trying to make a ListView with 2 items in each 1 list item

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.