CodeIgniter Forums
Comments append - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Comments append (/showthread.php?tid=50756)



Comments append - El Forum - 04-06-2012

[eluser]Harshala[/eluser]
Code:
I want to append the new comment to the existing comments. Up till now I am just displaying the comments of particular article from database using for-each. Now on button click I am passing the value of new comment to the controller, and then I need to append it to existing comments, so that next time when the view is loaded, the new comment also appears. Kindly help me out.



Comments append - El Forum - 04-07-2012

[eluser]Samus[/eluser]
That sounds more like a jquery thing to me