Hi,

I am trying to validate some dynamic generated input fields, like so

$("#form1").validate({
                rules: {
                $("[name^=eventlink]") : {
                                required: true,
                                url: true
                        }
                }

The input fields have the word eventlink in common, unfort this
doesn't work

Reply via email to