var r = jQuery("#rsvp").validate({
                rules: {
                        select: {
                                required: "#accept:checked"
                        }
                }, <------------ RIGHT HERE
                submitHandler: function(form) {
                        jQuery(form).ajaxSubmit(options2);
                }
        });


On Feb 5, 10:44 am, Chris <cpot...@siolon.com> wrote:
> On Feb 5, 3:23 pm, Jörn Zaefferer <joern.zaeffe...@googlemail.com>
> wrote:
>
> > Could you provide a testpage? Your code looks fine.
>
> > Jörn
>
> Sure.http://www.chris-gwen.com/Right now Firebug says i'm missing a
> semicolon which breaks everything, but i don't see why it says that.

Reply via email to