i am using this example to create a comment system. So far works great.
What i want to do is to add one more form that will insert comments in the database exactly like in that example just use another commentajax.phpwitch ill rename to commentajax1.php in where ill use a different sql statement.
i see the jquery POST $(".submit").click(function() {...} works when a doom element with class="submit" is activated. Will it be enough to create another jquery that is called by another class?
thanks,