Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#7993 closed bug (invalid)

JQuery Form Validate has stopped working.

Reported by: [email protected] Owned by:
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:

Description

I have tested this from two different hosting companies. GoDaddy and Readyhosting. This was working and suddenly stopped. The demo shows the use of this code to load the scripts:

You can test it here http://www.healthyandslimmer.com/form_validate.html

This is in the header section of the code:

<script src="http://code.jquery.com/jquery-latest.js"></script>

<script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>

When I test this using Google Chrome on loading of the page I get the following errors before I even try to use the form submit button:

Failed to load resource: the server responded with a status of 404 (Not Found) jquery.validate.jsFailed to load resource: the server responded with a status of 403 (Forbidden) form_validate.html:20Uncaught TypeError: Object #<an Object> has no method 'validate'

Thanks,

Patti

Change History (2)

comment:1 Changed 12 years ago by anonymous

I fixed this issue by just uploading the validate.jquery.js to my server. I am assuming that the link in your demo http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js was not working. ~ Patti

comment:2 Changed 12 years ago by Rick Waldron

Resolution: invalid
Status: newclosed

Glad you fixed the issue. In the future, please report plugin related issues to the appropriate author of the plugin.

Note: See TracTickets for help on using tickets.