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

  • Home
  • SEARCH
  • 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 6143707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:33:21+00:00 2026-05-23T18:33:21+00:00

Since phonegap is based on local html file it doesn’t know about base url

  • 0

Since phonegap is based on local html file it doesn’t know about base url of remote server. I wonder what is the best way to set base url for ajax requests using jquery? Could anybody provide link to sample?

Currently i think about using jquery ajax prefilter.

  • 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-23T18:33:22+00:00Added an answer on May 23, 2026 at 6:33 pm

    When I dealt with this issue, I just put that information as a data-element on the tag.

     <body data-base="http://mydomain.com"> ...
    

    And then used that in building out the proper URL for a given request:

     //If pathOrURL is a relative path (e.g. /users/1), then we return a qualified
     // URL, such as http://mydomain.com/users/1
     // otherwise, we return the URL as is
     var qualifyURL = function(pathOrURL) {
       if (!(new RegExp('^(http(s)?[:]//)','i')).test(pathOrURL)) {
         return $(document.body).data('base') + pathOrURL;
       }
    
       return pathOrURL;
     };
    
     //Use this helper function when calling $.ajax
     $.ajax({
       url: qualifyURL(url), ... });
    

    This worked great for my experience with Phonegap. Hopefully this helps.

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

Sidebar

Related Questions

I'm trying to build a PhoneGap-based application using Xcode 4. Since there's no PhoneGap
I'm new to PhoneGap development. Since html and related files reside on in the
Since CS3 doesn't have a web service component, as previous versions had, is there
Since the control emits bizzare non-standard HTML, I'm wondering if it has any practical
I'm having problems doing the Database example from PhoneGap. http://docs.phonegap.com/phonegap_storage_storage.md.html#openDatabase The Problem is, when
Since moving to XCode4, I have been getting errors like: /VERSION: No such file
Since I moved a PHP app to a new server (PHP/5.3.8 running as Apache
Since I started using Fireworks CS5.1, and it doesn't matter how I write the
Since there are more and more apps going the web way (like Phonegap, Appcelerator
Since ColdFusion is itself Java-based, I would imagine it's not too much of a

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.