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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T15:16:31+00:00 2026-06-18T15:16:31+00:00

Hey guys I am trying to receive the following function sendUserfNotes() { $.ajax({ type:

  • 0

Hey guys I am trying to receive the following

function sendUserfNotes() {
    $.ajax({
        type: "GET",
        url: '/pcg/popups/grabnotes.php',
        data: {
            'nameNotes': notes_name.text(),
        },
        success: function () {
            alert(notes_name.text());
        }
    });
}

in the reciever end I have the following:

<?php 
    $test = $_GET['nameNotes'];
    echo $test;
?>

Nothing happens here though. It goes through but I am unable to get the value of the GET sent? I don’t know where its being sent is being opened by JQuery UI dialog box or not. Help needed.

  • 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-18T15:16:33+00:00Added an answer on June 18, 2026 at 3:16 pm

    In your success callback:

    success: function () {
        alert(notes_name.text());
    }
    

    you are not retrieving the data from the request. From the jQuery documentation:

    Type: Function( Object data, String textStatus, jqXHR jqXHR ) A
    function to be called if the request succeeds. The function gets
    passed three arguments: The data returned from the server, formatted
    according to the dataType parameter; a string describing the status;

    You should use:

    success: function (data) {
        alert(data);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey guys, I am trying to run a proccess by submitting an AJAX form:
Hey guys im trying to add to my site some ajax code. I know
Hey guys im trying to connect to an oracle database with php. I tried
hey guys im trying to save a url link in a html form but
hey guys im trying to query something in php but the WHERE is a
Hey guys I've been trying all day to get an ant file to automatically
Hey guys so I have been trying to figure out why my update function
Hey guys so I am trying to have a loop run to get all
Hey guys I have been trying different Javascript/AJAX jsf frameworks. I find most of
Hey guys im trying to get a simple button masher up, What i want

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.