Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: JQuery post parameters do not get to my controller
Post: RE: JQuery post parameters do not get to my contro...

Hi CroNiX, I've put the dump at the start of the controller and I expected to see the post variables there. I've put your code and what I get in the alert is an empty array: array(0) { } Thanks...
31,363 Views
11 Replies
04-12-2015, 02:55 AM
talad
    Thread: JQuery post parameters do not get to my controller
Post: RE: JQuery post parameters do not get to my contro...

So I've cleaned up the code to the bare minimum. Now my controller is: function test() { var_dump($_POST); } And my view is: $(document).ready(function(){ ...
31,363 Views
11 Replies
04-11-2015, 06:21 AM
talad
    Thread: JQuery post parameters do not get to my controller
Post: RE: JQuery post parameters do not get to my contro...

Thanks mwhitney. I've changed my jquery lib to load from google rather from locally: And removed all other local libraries. I've changed the click event to call directly to the controller usin...
31,363 Views
11 Replies
04-11-2015, 06:09 AM
talad
    Thread: JQuery post parameters do not get to my controller
Post: RE: JQuery post parameters do not get to my contro...

Thank nekalv. Yes, still have the problem. U also didn't think there could be something wrong with the code since it is pretty basic. My suspicion is something to do with my environment but I have...
31,363 Views
11 Replies
04-08-2015, 01:19 AM
talad
    Thread: JQuery post parameters do not get to my controller
Post: RE: JQuery post parameters do not get to my contro...

Thanks a lot casa. I've tried setting csrf_protection to false, but same result. Since this->post is still available in the model, I am retrieving all data and do processing in the model itself. Th...
31,363 Views
11 Replies
04-06-2015, 04:07 PM
talad
    Thread: JQuery post parameters do not get to my controller
Post: JQuery post parameters do not get to my controller

Hi All, I know this sounds like very similar issues already reported, but none of the solutions seems to work for me. The parameters passed from my JQuery post (or Ajax) do not get to my controlle...
31,363 Views
11 Replies
04-06-2015, 02:23 AM
talad

Theme © iAndrew 2016 - Forum software by © MyBB