Bump.

I'm having the same issue as well. Anyone one with any good hints or
links?

On Jan 27, 5:22 am, iDan <d...@dmgtech.co.uk> wrote:
> Hi,
>
> I'm using the validation plugin which is really cool but I'm also
> using it along side theexampleplugin (http://mucur.name/system/
> jquery_example/).
>
> My form validates fine for fields that don't have anyexampletext but
> the validation won't trigger for fields using theexampleplugin.
>
> This is the code:
>
>     $("form").validate({
>         meta: "validate",
>         errorLabelContainer: "#errors",
>         wrapper: "li"
>     });
>
>     // Addexampletext to textboxes
>     $('.textWaterMark').each(
>     function() {
>         var element = this;
>         $(this).example($(this).attr("example"));
>     }
>         );
>
> Is there any way of getting the two to play nicely?
>
> Thanks
>
> Dan

Reply via email to