I don't understand the question. Could you state that a bit more clearly and what you're trying to do?
On Aug 27, 3:04 pm, lowercase <milespfeffe...@gmail.com> wrote: > 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">