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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:29:39+00:00 2026-05-28T06:29:39+00:00

Any suggestions on a Jquery Modal box that is mobile friendly?

  • 0

Any suggestions on a Jquery Modal box that is mobile friendly?

  • 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-28T06:29:39+00:00Added an answer on May 28, 2026 at 6:29 am

    There is a modal in JQM already. It’s called Dialog, just like the JQ UI version.

    Here is example code:

    <!DOCTYPE html> 
    <html> 
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1"> 
        <title>Single page template</title> 
        <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
        <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
        <script src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
    </head> 
    <body> 
    
    <div data-role="page" id="main">
    
        <div data-role="header">
            <h1>Single page</h1>
        </div><!-- /header -->
    
        <div data-role="content">   
    
            <a href="#modal" data-rel="dialog">Open dialog</a> 
         </div><!-- /content -->
    
        <div data-role="footer">
            <h4>Footer content</h4>
        </div><!-- /footer -->
    </div><!-- /page -->
    
    <!-- modal -->
    <div data-role="page" id="modal">
    
        <div data-role="header" data-theme="e">
            <h1>Dialog (modal)</h1>
    
        </div><!-- /header -->
    
        <div data-role="content" data-theme="d">    
            <h2>Modal</h2>
            <p>Content of Modal Goes Here</p>       
    
        </div><!-- /content -->
    
    
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div><!-- /footer -->
    </div><!-- /page modal -->
    
    </body>
    </html>
    

    JQM Dialog docs: http://jquerymobile.com/demos/1.0/docs/pages/page-dialogs.html

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

Sidebar

Related Questions

Any suggestions on how to write repeatable unit tests for code that may be
Any suggestions on how I can cleanup the following code pattern that repeats multiple
I have a jQuery UI Dialog Box that contains a jQuery UI Autocomplete input
Is there any jQuery gallery, which support multipages? My problem is, that every page
Any suggestions on the best way to ensure thread safety when changing the properties
Any suggestions? Using visual studio in C#. Are there any specific tools to use
Any suggestions for good open source asp.net (C#) apps out there which meet as
Any suggestions on how to improve DataGridViewComboBoxColumn performace with large item sets? I've got
Any suggestions for an accurate Web Log analysis tool to generate reports on the
Any suggestions on why a VB6 program would be slower when compiled than when

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.