CI+JQuery+Ajax problem
- by Sadat
Calling the ajax called URL works well without ajax eg. http://localhost/ci/controller/method/param_value. But using ajax it doesnt work.
Following are the code segment, i have just started with JQuery+Ajax with CI.
Here is my controller:
<?php
class BaseController extends Controller{
public function BaseController(){
…