How do I change the ID commentForm here:
$().ready(function() {
$("#commentForm").validate();into a variable of its own so that it can be declared here, which already has an ID declared: <form class="cmxform" id="commentForm" method="post">
How do I change the ID commentForm here:
$().ready(function() {
$("#commentForm").validate();into a variable of its own so that it can be declared here, which already has an ID declared: <form class="cmxform" id="commentForm" method="post">