Welcome Guest, Not a member yet? Register   Sign In
Getting undefined variables and calls to undefined functions.
#2

[eluser]chefsalat[/eluser]
it looks like your controller is returning the complete view, so there is no need to call it again in your ajax success function.
try something like this:
success: function(data) {
$('#result-area').html(data);
}


Messages In This Thread
Getting undefined variables and calls to undefined functions. - by El Forum - 02-02-2010, 02:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB