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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:20:15+00:00 2026-06-17T12:20:15+00:00

My problem seems simple: When hosting my own JQuery (unedited, latest version), my Ajax

  • 0

My problem seems simple: When hosting my own JQuery (unedited, latest version), my Ajax calls work fine, however, when I try to replace it with the one hosted by Google or jquery.com, ajax calls do not occur upon form submission and the standard PHP version of the $_POST request occurs.

My code is the following:

$("#login").submit(function(event) {
        event.preventDefault();
        $("#loadingGif").show();
        $("#login .formattedList").hide();

        $.post("ajax/login", {
            leftemail: $("#inp_leftemail").val(),
            leftpw: $("#inp_leftpw").val(),
            lefttoken: $("#inp_lefttoken").val(),
            remember: $("#inp_remember").is(":checked") ? "1" : false
        }, function(data) {
            $("#loadingGif").hide();
            $("#login .formattedList").show();
            if (data.success) location.reload();
            else $("#loginError").show().addClass("rounded pinkish badBorder error").html(data.msg);
            }, "json");
        });

Could anyone please offer some insight on what might be causing this issue?

@Steve: The code I used to include Google’s JQuery is
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>. Tried with all //, http:// and https:// beginnings.

  • 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-17T12:20:15+00:00Added an answer on June 17, 2026 at 12:20 pm

    Have you tried comparing the two as source? Put each through a JS formatter, then run a diff — seems like there must be differences at the code level. Find those and you have a clue to pursue.

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

Sidebar

Related Questions

This problem seems very simple, however I cannot get this to work. I have
This one seems to be a simple problem, but I can't make it work
The problem seems simple, but I can't seem to find a way to implement
This problem seems very simple to me, but I've been unable to fix it,
My problem seems to be quite simple, but it's not working the intuitive way.
I got a little problem, it seems simple (personally I think it is), but
This seems like a simple problem: I have a WF4 activity that guides the
I have what seems like a simple problem. I have a Spring web app,
All, this seems like a simple problem but it's giving me fits. Lets say
The problem I am having is probably very simple to solve, yet it seems

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.