Welcome Guest, Not a member yet? Register   Sign In
Return values from CI controllers to Javacript (jQuery)
#17

[eluser]cahva[/eluser]
That is the expected behaviour. By default if you dont set the dataType, you just get the whole output tot the msg variable. Anyways, you should set the url with CI's url functions. You never know if you have to move the script elsewhere. I myself prefer using site_url function instead of base_url():
Code:
url : "<?php echo site_url('ajax/form') ?>",


Messages In This Thread
Return values from CI controllers to Javacript (jQuery) - by El Forum - 02-28-2010, 10:26 AM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 02-28-2010, 10:38 AM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 02-28-2010, 10:40 AM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 02-28-2010, 12:43 PM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 02-28-2010, 12:53 PM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 02-28-2010, 12:56 PM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 02-28-2010, 01:21 PM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 02-28-2010, 03:15 PM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 02-28-2010, 07:03 PM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 03-01-2010, 03:33 AM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 03-01-2010, 03:37 AM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 03-01-2010, 08:22 AM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 04-01-2010, 07:54 AM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 04-01-2010, 08:09 AM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 04-01-2010, 08:13 AM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 04-16-2010, 07:51 AM
Return values from CI controllers to Javacript (jQuery) - by El Forum - 04-16-2010, 08:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB