Ticket #7993 (closed bug: invalid)
JQuery Form Validate has stopped working.
| Reported by: | patti@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | unfiled | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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