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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:38:39+00:00 2026-05-11T17:38:39+00:00

I trying to call 2 functions in the same page to submit jquery-ajax at

  • 0

I trying to call 2 functions in the same page to submit jquery-ajax at the same time to process difference task (function 1 is to instert new records into the database, function 2 is to read the database every 5 sec then display the records from the database on the table in html).

Before I call to function 1, the page working fine with calling to function 2 to read records and display records on the page by every 5 sec, but once I call to function 1 to instert new records, function 2 seem like waiting on the queue and only start process after function 1 compliant. However, I pretty sure this problem is not because of the database been lock while function 1 insterting new records.

Does anyone know how can I make both jquery-ajax processing at the same time? Please see below for more details of my code:

HTML:

<table style='width:100%' border="0">
    <tr>
        <td width="120"><input onclick="submitAction()" type="button" value="Process"></td>
    </tr>
</table>

<script>
    var myInterval = setInterval('getUpdatedRecord()', 5000);
</script>

Javascript:

function submitAction()
{
    var paramList = "Action=make_process";

    ajaxRequest = $.ajax({
        url: "ord_process.php",
        type: 'POST',
        data: paramList,
        error: function(){
             msgObj.innerHTML = '<div style="width:313px; padding-top:40px;"><p class="cAlign">Connecton error.<br>Please try again.</p></div>';
                },
        success: function(data){
         var endDateTime = getCurrentDateTime();
         msgObj.innerHTML = ''; 
        alert("  "+data+"\n\n  Start Date&Time : "+startDateTime+"\n    End Date&Time : "+endDateTime)
            }   
     });    
}



function getUpdatedJobRecord()
{
    var paramList = "Action=get_job_record&call=ajax";

    ajaxRequest = $.ajax({
            url: "ord_process.php",
            type: 'POST',
            data: paramList,
            error: function(){
                msgObjB.innerHTML = update_date;
                msgObjA.innerHTML = '<td><div style="width:313px; padding-top:40px;"><p class="cAlign">Connecton error.<br>Please try again.</p></div></td>';
            },
            success: function(data){
                msgObjB.innerHTML = update_date;
                msgObjA.innerHTML = data;
            }       
    }); 
}
  • 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-11T17:38:39+00:00Added an answer on May 11, 2026 at 5:38 pm

    Have you checked the documentation: http://docs.jquery.com/Ajax/jQuery.ajax
    tried the async-option?
    Another solution could be (although it is ugly) to copy the ord_process.php script and see if the problem is because of some internal queue or something.

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

Sidebar

Related Questions

I'm trying to call a function from a form within the same .php file,
I'm trying to call a function that contains jQuery code. I want this function
I'm trying to have my HTML page call my functions in my AS3 but
I am trying to call a function after the page has been sent to
I am trying to call a function with Javascript, HTML, AJAX, and PHP. I
I'm seeing some strange behavior in IE trying to call functions in another page
I'm trying to call an asp.net method using jquery/ajax from a button click on
I am trying to add a function named addNotification to my page functions.php My
Trying to call this function in C without any real luck: int sendcommand(char str[256],
I'm trying to call a function after I load some XML into Actionscript, and

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.