Welcome Guest, Not a member yet? Register   Sign In
Do I need a view for an animated JQuery ajax delete row?
#5

[eluser]Aken[/eluser]
To expand on Phil's answer, a view is certainly not necessary, but you should pass any displayed information back through the Output class rather than echoing directly.

There are also other methods for the Output class that might be handy for you. Check it out. http://ellislab.com/codeigniter/user-gui...utput.html

Code:
$result = 'success';

$this->output->set_output($result);


Messages In This Thread
Do I need a view for an animated JQuery ajax delete row? - by El Forum - 05-30-2012, 11:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB