Oh wait.. here's the issue you have
$("form_identifier").validate
you forgot the "#"
$("#form_identifier").validate
also:
http://www.dustyfrog.nl/jquery/js/calendar.js
gives a 404
On Oct 8, 1:10 pm, "Weyert de Boer" <[EMAIL PROTECTED]> wrote:
> Hello!
>
> I have been working on my form. Only somehow it doesn't want to
> work:http://www.dustyfrog.nl/jquery/
>
> What could be wrong? I am not getting any errors in Firefox's Error Console :(
>
> Thanks in advance!
>
> Yours,
> Weyert

