Welcome Guest, Not a member yet? Register   Sign In
jquery post
#1

[eluser]tirso[/eluser]
hi to all

I am using jquery to post my form, In my controller I was processed the posted value successfully, my problem now is redirect was not work.

thanks in advance

Tirso

here is my javascript

Code:
$.post("<?php echo site_url('jquerypost/form_submit_redirect') ?>",$("#formsubmit").serialize())


in my controller
Code:
function form_submit_redirect()
    {
        redirect('default_c');
    }


Messages In This Thread
jquery post - by El Forum - 10-13-2009, 08:16 PM
jquery post - by El Forum - 10-13-2009, 09:36 PM
jquery post - by El Forum - 10-13-2009, 11:40 PM
jquery post - by El Forum - 10-14-2009, 01:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB