[jQuery] Use a link to submit a form w/ the form plug-in

[jQuery] Use a link to submit a form w/ the form plug-in


I'm wondering if it's possible to use a text link to submit a form
that has a unique id? I'm using the Official form plug in (http://
www.malsup.com/jquery/form/) which is great, aside from me not being
able to figure this out. (=
Here is the code I'm using
<php start loop>
<script type="text/javascript">
<!--
    $(document).ready(function() {
     $('#deleteForm<?=$comment['commentid']?>').ajaxForm({
        target: '#editor-response',
        success: function() {
            $("#deletemsg<?=$comment['commentid']?