Side navigation
#7993 closed bug (invalid)
Opened January 17, 2011 09:45PM UTC
Closed January 17, 2011 10:51PM UTC
Last modified March 10, 2012 11:07AM UTC
JQuery Form Validate has stopped working.
Reported by: | patti@candothat.com | 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
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