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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:50:53+00:00 2026-05-25T23:50:53+00:00

Problem I cannot load linked pages with parameters via Ajax in jQuery mobile. Like:

  • 0

Problem

I cannot load linked pages with parameters via Ajax in jQuery mobile.
Like: http://www.sampleurl.com/tool.dll?name=first&more=parameters

Details

I’m using jQuery Mobile 1.0b3

I don’t refer to in-page navigation with hashtags. I intend to load another webpage (separate html file). So as far as I know there shouldn’t be a problem with JQM searching the linked website within the current page.

In some cases I have to reference a DLL which is returning the HTML document as response.
Unfortunately I cannot access these pages with jQuery Mobile using Ajax.

To give an example: I am on the following website
http://www.sampleurl.com/tool.dll?name=first&more=parameters

and I want to access another website like this:

<a href="/tool.dll?name=second&more=parameters"> Link </a>

This is not working with Ajax enabled. I have to force non-ajax with the attribute rel="external".
Is it not possible to access liks with parameters in JQM this way? I’d like to use the built-in loading notification for pages. What am I missing?

Unfortunately I haven’t found a solution in similiar questions.

Code samples

<!-- This is working, but will not get me a loading notification on mobile devices -->
<a rel="external" data-ajax="false" href="/tool.dll?name=this%20one&more=parameters">
    Link
</a>

<!-- This is not working -->
<a href="/tool.dll?&name=second&more=parameters">
    Link
</a>

<!-- Neither is this working -->
<a href="http://www.sampleurl.com/tool.dll?name=this%20one&more=parameters">
    Link
</a>

New insights (edit)

For some reason JQM is stuck at loading the page because of this line within the website:

<input type="date" name="date" id="date" value="" />

The issue is the attribute type="date"! With an text-field the page loads fine via ajax.

The page itself is working fine with jQuery Mobile. The date-input just prevents the page from loading via ajax.
I haven’t found a solution for this problem, yet. The empty value attribute is not the problem.

  • 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-25T23:50:54+00:00Added an answer on May 25, 2026 at 11:50 pm

    Explanation

    This issue is not related to GET parameters and the ajax request.
    The problem is caused by the datepicker plugin for jQuery Mobile, when included in the landing page.

    If you have to include the script always, you will need to disabled the use of ajax via:
    rel="external" data-ajax="false"

    Solution

    Landing page

    <!-- Do not include the datepicker script in the landing page -->
    <div data-role="page" id="pg_1"> 
        <div data-role="header">
            <h1>Ajax page test with date input field</h1>
        </div>
    
        <div id="content_div" data-role="content">
            <p>
                <a data-role="button" href="loadme.html">To the calendar</a>
            </p>
        </div>
    </div>
    

    Calendar page

    <head>
        <!-- include datepicker only on the target page -->
        <!-- renamed and modified version of the datepicker experiment from JQM -->
        <script type="text/javascript" src="jquery.ui.datepicker.js"></script>
        <script type="text/javascript" src="jquery-mobile-calendar.js"></script>
    </head> 
    <body> 
        <div data-role="page" id="pg_2"> 
            <div data-role="header">
                <h1>Ajax page test with date input field</h1>
            </div>
    
            <div id="content_div" data-role="content">
                <p>
                    <input type="date" name="date" value="" />
                    <a data-role="button" href="index.html">Back</a>
                </p>
            </div>
        </div>
    </body>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I do not know how to troubleshoot this problem. XMLHttpRequest cannot load http://gumball.wickedlysmart.com/?lastreporttime=1302212903099 .
The halting problem cannot be solved for Turing complete languages and it can be
It is known that the halting problem cannot have a definite solution, one that
I came across a problem I cannot solve on my own concerning the downloadable
I have a very simple problem but cannot find a nice solution. I have
[Updated, sorry about the change but now to the real problem] I cannot include
I am having the problem that I cannot select a specific XML node which
I have a problem where I cannot identify visitors to my intranet page because
I am facing the problem that I cannot properly map my foreign key table
I have a simple problem that i cannot solve. I have a dictionary: aa

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.