1.3 has some problem with selectors as far as I can tell, I would
refrain upgrading until those problems are solved, hopefully in 1.3.1

Regards

On Jan 19, 1:47 pm, beysk <netdinos...@gmail.com> wrote:
> Now that you point that out it seems so obvious - since nothing was
> happening I assumed it wasn't actually working.
>
> In reality I have a fairly complex form (Form 1) that the user
> completes, the data is stored in a database and the div containing the
> form is hidden on success. The rules for this form are quite lengthy
> and there are a lot of addmethods and custom functions associated with
> it. This form is bound to validate in a $(document).ready. function.
>
> Form 2 is essentially the same as Form 1 but is inserted into the same
> page with .load call to a php script and pre-populated from the db
> allowing the user to EDIT the data submitted in Form 1. I was hoping
> to use the same validation code and methods (js include file) that I
> used in Form 1 with Form 2. It seems that I would have to refresh the
> page to do this(?).
>
> Is there a way to bind an existing set of rules, methods, etc., to
> another form or a form that is inserted on the fly by ajax or do I
> have to duplicate all of the rules, etc.? Obviously it would be easier
> to maintain one js file than two, especially if it is complicated as
> this is and essentially the same.
>
> It's entirely possible that my limited knowledge is obscuring a simple
> and obvious solution.
>
> Thanks very much for your prompt support and for all the work you have
> put into this great plugin!
>
> Is it generally safe to upgrade to jquery 1.3 when using the validate
> plugin, btw?
>
> John

Reply via email to