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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:23:42+00:00 2026-05-31T11:23:42+00:00

I checked out all topics regarding jquery mobile select multiple and still can’t figure

  • 0

I checked out all topics regarding jquery mobile select multiple and still can’t figure out what’s wrong with my code.

http://jsfiddle.net/HMWYu/

<!DOCTYPE html> <html>
<head>  <title>Registration</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
    <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
    <script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>
</head>
<body>
    <div data-role="page" id="home">
        <header data-role="header">
        <h1>Register</h1>
   </header>
         <div data-role="content">
                       <div data-role="fieldcontain">
                <label for="Services" class="ui-hidden-accessible ">
                    Services:</label>
                <select name="Services" id="Services"  multiple="multiple" size="4">
                    <option >Hotel</option>
                    <option >Transport</option>
                    <option >Others</option>
                </select>
            </div>
        </div>
            </div>
</body>
</html>

Any help would be greatly appreciated

  • 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-05-31T11:23:43+00:00Added an answer on May 31, 2026 at 11:23 am

    Use JQM custom select menus for multiple. http://jquerymobile.com/demos/1.0.1/docs/forms/selects/custom.html
    First add data-native-menu=”false” to your select menu. Then make sure your options have values. I added one option that serves as a placeholder to take place of the label.
    Here is my sample:

    <!DOCTYPE html> 
    <html>
    <head>
        <title>Registration</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
        <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
        <script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>
    </head>
    <body>
    <div data-role="page" id="home">
       <header data-role="header">
            <h1>Register</h1>
       </header>
       <div data-role="content">
           <div data-role="fieldcontain">
               <label for="Services"  class="ui-hidden-accessible " >
                   Country:
               </label>
               <select name="Services" id="Services" data-native-menu="false" data-mini="true" multiple="multiple" size="4">
                   <option>Country</option>
                   <option value="hotel">Hotel</option>
                   <option value="transport">Transport</option>
                   <option value="others">Others</option>
               </select>
           </div>
        </div>
    </div>
    </body>
    </html>
    ​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

how can I list all checked out items in vs.net 2010 tfs? where in
Question: How can I get a list of all checked out files per user
How can I get a list of all checked out files by user abc
I want a list of all the checked out files, by all users, in
Hey all, I'm pulling my hair out on this one. I've checked all my
I've checked out a copy of a project hosted on google code. I'm going
I recently checked out a large C# code base that I will be doing
I have tried gaussian blur and checked out all the questions on stackoverflow but
First of all, I've checked out all the SO threads, and googled my brains
How to find the list of user checked out and what are all 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.