Do I need a view for an animated JQuery ajax delete row? |
[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'; |
Welcome Guest, Not a member yet? Register Sign In |