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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:20:25+00:00 2026-06-12T17:20:25+00:00

I set the data icons for a collapsible set to be arrows via data-collapsed-icon=arrow-r

  • 0

I set the data icons for a collapsible set to be arrows via data-collapsed-icon=”arrow-r” data-expanded-icon=”arrow-l” which work, but kind of irrationally.

For starters, when viewed on iphone instead of collapsed showing a right arrow it shows a left arrow that’s almost not visible because its shifted to the right; when expanded on iphone its a well placed up arrow. ???

It displays fine in Chrome. https://www.ubat.com/mobile/test.html

<!DOCTYPE html>
<html>
<head>
<title>My Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/jquery.mobile-1.0a3.min.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>

<script src="jquery.mobile-1.2.0.min.js" type="text/javascript"></script>

<script type="text/javascript" src="//use.typekit.net/kxv5fxv.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body>
<div data-role="page">
  <div data-role="header">
    <h1>My Title</h1>
  </div>
  <!-- /header -->

  <div data-role="content">
    <p>Hello world</p>

    <div data-role="collapsible-set" data-iconpos="right" data-collapsed-icon="arrow-r" data-expanded-icon="arrow-l">
      <div data-role="collapsible" data-collapsed="true" >
        <h3>Section 1</h3>
        <p>I'm the collapsible set content for section 1.</p>
      </div>
      <div data-role="collapsible" data-collapsed="true">
        <h3>Section 2</h3>
        <p>I'm the collapsible set content for section 2.</p>
      </div>
    </div>


  </div>
  <!-- /content --> 

</div>
<!-- /page -->

</body>
</html>
  • 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-12T17:20:26+00:00Added an answer on June 12, 2026 at 5:20 pm

    You shouldn’t mix files of old and new versions of jQuery Mobile.

    Try this working example using version 1.2.0:

    <!DOCTYPE html>
    <html>
    <head>
    <title>My page</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <link rel="stylesheet"
        href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
    <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
    <script
        src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
    </head>
    
    <body>
    <div data-role="page">
      <div data-role="header">
        <h1>My Title</h1>
      </div>
      <!-- /header -->
    
      <div data-role="content">
        <p>Hello world</p>
    
        <div data-role="collapsible-set" data-iconpos="right" data-collapsed-icon="arrow-r" data-expanded-icon="arrow-l">
          <div data-role="collapsible" data-collapsed="true" >
            <h3>Section 1</h3>
            <p>I'm the collapsible set content for section 1.</p>
          </div>
          <div data-role="collapsible" data-collapsed="true">
            <h3>Section 2</h3>
            <p>I'm the collapsible set content for section 2.</p>
          </div>
        </div>
    
    
      </div>
      <!-- /content --> 
    
    </div>
    <!-- /page -->
    
    </body>
    </html>
    

    On iPhone 5:

    1

    On Firefox:

    2

    There shouldn’t be any data icon placement problem.

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

Sidebar

Related Questions

I have a repeater which binds a set of data. Within this repeater is
I'm trying to set transparent icons in a QAction, which is then added to
What does this icon mean is Visual studio, visual Data Set designer. I have
I'm trying to set data in long-term storage in a GreaseMonkey script, except that
I always think of xml like a set data structure. Ie: <class> <person>john</person> <person>sarah</person>
I'm using a particular database table like a Set data structure, i.e., you can
I'm looking for a decent implementation of a set data structure in JavaScript. It
Is there any tricky way to implement a set data structure (a collection of
I have a range named STATE. I want to set data validation in range
My data set contains a column named IconUri that contains a full HTTP address

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.