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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:43:48+00:00 2026-06-14T10:43:48+00:00

I am calling a controller (Codeigniter) through jQuery. My dataString variable contains a simple

  • 0

I am calling a controller (Codeigniter) through jQuery. My dataString variable contains a simple string, which I’m trying to pass through to my controller, so I can pass it into the model. However, I’m getting an error that indicates that my $test_var is undefined. What am I doing wrong?

$('a.test').click(function (event) {


    dataString = $(this).attr('name'); 
        $.ajax({
        type:"POST",
        url:"<?php echo base_url(); ?>controller_name/",
        data:dataString,
        success:function (data) {
        alert('test');
        }

    });
    event.preventDefault();
});

controller


$test_var= $this->input->post(‘dataString’);

  • 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-14T10:43:50+00:00Added an answer on June 14, 2026 at 10:43 am

    Try using a name=value pair:

    $('a.test').click(function (event) {
    
    
        dataString = $(this).attr('name'); 
            $.ajax({
            type:"POST",
            url:"<?php echo base_url(); ?>controller_name/",
            data:'dataString='+dataString,
            success:function (data) {
            alert('test');
            }
    
        });
        event.preventDefault();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using jQuery autocomplete plugin from jQuery website calling the controller url which return
How can I refresh a view within a controller method calling redirect (or equivalent)?
I can pop a view controller from a UINavigationController 's stack by calling [self.navigationController
In my PHP/jQuery application, I have a javascript file, in which I can call
I have a CodeIgniter app which has a controller to invoke Capistrano. Like so:
I'm using the CodeIgniter framework. I load a main view, which contains several tabs,
I'm encounting a method now allowed exception when calling a controller action which accepts
I am loading view in codeigniter and calling $this->load->view('login'); in my controller. But it
I migrated from rails 2.x to 3.x. Now when calling a controller method throws
I am calling a function in my controller from a button click .... I

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.