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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T01:11:38+00:00 2026-06-01T01:11:38+00:00

I am using the jquery plugin datatables and am trying to take advantage of

  • 0

I am using the jquery plugin datatables and am trying to take advantage of the fnRender function to manipulate some data.

I have a php script that returns a JSON string from my $.post. Here is a sample response that I get from each post: {"description":"myvalue"}. I got this from the Google Chrome Developer Tools.

Here is my post function:

$.post("functions/getDescription.php", {gpn:oObj.aData[1]},
  function(data) {
    returnedVal = jQuery.parseJSON(data);
    var test = returnedVal.description;
    //alert(test);
    return test;
  });

Here is my php script:

$passedVal =  mysql_real_escape_string(($_POST['gpn']));
$descriptionPrint = array('description' => "");

include 'db_include.php';

$getDescription = "SELECT part_number_description, description FROM unit_description
           WHERE part_number_description = '$passedVal' ";
$result = mysql_query($getDescription,$db) or die(mysql_error($db));

  while ($row = mysql_fetch_array($result)) {

    extract($row);

    $descriptionPrint = $description;
    echo json_encode(array('description' => $descriptionPrint));
  }

There is only one value returned from each query.

Every row alerts the right value but returns undefined.

If I replace javascript function with only a return value of a string or any generic value it works fine.

I feel like there has to be something silly I’m missing in all this. Any help is much appreciated and please let me know if you need more information (I know troubleshooting something running in a plugin like datatables can be frustrating). Thanks.

  • 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-01T01:11:39+00:00Added an answer on June 1, 2026 at 1:11 am

    Because $.post does not return the return value of the anonymous callback function you pass to it as its third argument.

    Since Ajax is asynchronous, $.post even returns before the callback function is executed.

    If you want to do something when the data gets back from the server, then the callback function has to to it (or call another function to do it).

    This is the same reason that the following wouldn’t work:

    var were_you_expecting_sunshine = $('button').click(function () {
        return "sunshine";
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been looking for some examples and solutions using the jquery-datatables-editable plugin and
I have started using the DataTables plugin (v1.6.2) for jQuery (v1.4.2), and I would
I am using the datatables jquery plugin. I am trying to use it as
I am using the DataTables jQuery plugin. I am trying to enable sort interaction,
I'm using datatables plugin for jquery to show my data on the page. I
I am building a php site using jquery and the DataTables plugin. My page
I have been using the DataTables plugin for jQuery (http://www.datatables.net) to search, sort and
I am using jQuery Validation Plugin (http://bassistance.de/jquery-plugins/jquery-plugin-validation/) I have wrote following rule jQuery.validator.addMethod(valueNotEquals, function(value,
I'm using the jQuery DataTables plugin to display data being returned from an AJAX
I am using the JQuery DataTables plugin for displaying large sets of data. One

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.