Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Comment Or Post System

I want to create a comment or post system for this i need any tutorial for making a good and dynamic comment or post system any tutorial link for learning about how to make a comment system with replies of user to one and another using Jquery and Ajax.

1 Answer

You need more than just jQuery and AJAX for a comment system. You'll also need a server side language such as PHP, Ruby, Python, etc. and a database so that you can store comments and retrieve them. Here is a short article that goes over a basic comment system. In this case, Google is your friend! :) http://tutorialzine.com/2010/06/simple-ajax-commenting-system/