On Oct 27, 9:08 pm, Jules <jwira...@gmail.com> wrote:
> Change
>
> var validator = $("#surveyForm").validate({
>
> to
>
> var validator = $("form").validate({
>
> or
>
> <form action="?event=submitSurvey" method="post">
> <fieldset id="surveyForm">
> to
>
> <form id="surveyForm" action="?event=submitSurvey" method="post">
> <fieldset>
>
> Good luck.
Wednesday, October 28, 2009
[jQuery] Re: (validate) validator is undefined error
Thanks...I go beat my own head now...can't believe I missed that!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment