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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:01:03+00:00 2026-06-16T23:01:03+00:00

Greeting. I have made this jQuery Ajax call, which doesn’t seems to be executing.

  • 0

Greeting.

I have made this jQuery Ajax call, which doesn’t seems to be executing.

It does handle the .live() call, but not the .ajax() call.

Any ideas?

Source of ajax.js:

$("#action_login").live("click", function() {
    var username = $("#login_form input.username").val();
    var password = $("#login_form input.password").val();
    alert("Username: " + username + "/nPassword: " + password);
    $("#login_form .status").ajax({
        type: 'POST',
        url: 'ajax/login.php',
        data: {
            'username': username,
            'password': password
        },
        success: function(data) {
            alert(data);
        },
        error: function(data) {
            alert("error" + data);
        },
        dataType: dataType
    });
});

It does call the first alert(); command, with the right value from the inputs for username and password, but after that nothing happens.

Hope someone can help me out.

  • 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-16T23:01:04+00:00Added an answer on June 16, 2026 at 11:01 pm

    $("#login_form .status") is the call to the $ function with "#login_form .status" as parameter.

    It returns a very different object than $, and it doesn’t have any ajax function.

    So, replace

    $("#login_form .status").ajax(
    

    with

    $.ajax(
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Greetings, SO. I have some code which I've made attempts at compiling using gcc,
This is to create a greeting card application and here i have to change
Greeting, I have a problem with flash media live encoder CS5 that when I
I am working on an application in which I have to post a greeting
I have a user logged-in header which shows a greeting, a thumbnail of the
http://christianselig.com/wp I have a margin-top: 50px set to the .greeting class div, which is
I have a RESTful service which injects an EJB(3.0) using the @EJB annotation. This
https://apps.facebook.com/norway_eid_greetings/ I have made this android app and registered on facebook. I have given
I have the following code which I am using to get a greeting to
greetings, i need a replacement for TableLayoutPanelCellPosition. i have made this class: public class

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.