> Will using
>
> $("#c_t_form_container form").live('click', function() {
>
> submit the form?

No, that will bind the click event for the entire form.  Forms can be
submitted w/o a click event though.

Mike

Reply via email to