Welcome Guest, Not a member yet? Register   Sign In
No value from input->post
#3

[eluser]aquary[/eluser]
Isn't the $.ajax data in a json format, with keys and values, or a query string?

Code:
$.ajax({
                    url: '<?php echo base_url('frontpage/autocomplete');?>',
                    dataType: 'json',
                    type: 'POST',
                    data: {fields:$("#tags").val()},
                    success: function(data){
                        add(data);
                    }
                });},


Messages In This Thread
No value from input->post - by El Forum - 02-22-2012, 10:18 PM
No value from input->post - by El Forum - 02-22-2012, 10:24 PM
No value from input->post - by El Forum - 02-23-2012, 04:07 AM
No value from input->post - by El Forum - 02-23-2012, 04:14 AM
No value from input->post - by El Forum - 02-23-2012, 06:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB