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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T03:21:40+00:00 2026-06-13T03:21:40+00:00

var url = ‘<?php echo base_url(); ?>index.php/home_event/view_cal’; $.ajax({ type: POST, url: url, secureuri :false,

  • 0
var url = '<?php echo base_url(); ?>index.php/home_event/view_cal';
 $.ajax({
        type: "POST",
        url: url,
        secureuri      :false,
        dataType: "json",
        data: postData,
           success: function (data,event_name,event_description,start_date,location)    
           {

            $('.heading_bg').html(event_name);
            $('.location_details').html(location);
            $('.date_details').html(start_date);
            $('.event_content').html(event_description);
        }
    });
});  return false;
             });

in this code ,the success part doesnot replace my values in the form.i.e my event_name is not shown in heading_bg div.pleas help.

  • 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-13T03:21:41+00:00Added an answer on June 13, 2026 at 3:21 am

    The first argument of the success function is going to contain all of your data. Try something like:

    success: function(data) {
        $('.heading_bg').html(data.event_name);
        /* ... */
    }
    

    Or you can inspect data:

    success: function(data) {
        console.dir(data);
    }
    

    Check the success argument here http://api.jquery.com/jQuery.ajax/

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

Sidebar

Related Questions

I have such an issue var url = index.php?id=123&sid=321; $.ajax({ type: POST, url: some.php,
var url = base_url+ajax/user/list_user_info/+userId; $.ajax({ type: POST, url: url, data:{user_id:userId}, contentType: 'application/json', dataType: 'JSON',
function ajax_test(str1){ var url = "None" jq.ajax({ type:'post', cache: false, url: 'http://....' + str1,
I am using this jQuery.ajax: var url = http://client.my_url.com/test_get_account_data.php; jQuery.ajax({ type: GET, url: url,
I'm making an ajax POST to this url using jQuery like this : var
var url = http://graph.facebook.com/search?q= + keyword + &type=post; $.get(url, function(data) { etc.. Trying to
<script type=text/javascript> var url = document.URL; var strg = url.toString(); function StartAjax(ResultsId){ $.ajax({ type:
function ObjectProvider() { this.url = ajax/inbounds.php this.inBounds = function () { this.removeMarkers(); var url_string
function onTestComplete(content) { var url = '<%= Url.Action(JsonTest,Organization) %>'; $.post(url, null, function(data) { alert(data[name]);
<script type=text/javascript> $(function() { $('#wp-calendar a').click(function(event) { event.preventDefault(); var url = $(this).attr('href') + '

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.