I would like to use similar code as this http://www.willjessup.com/sandbox/jquer ... idate.html
However, when I save the page, the username and password fields have no validation. Do you know why? Going through the website url above is OK though. This is weird!
jQuery form validation issue
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: jQuery form validation issue
The jquery is in an external js file
Re: jQuery form validation issue
I know that so I download each of the files. Still same problem. Any clue? Thanks!
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: jQuery form validation issue
Do you use Firefox? check that you have the relevant paths correct. i.e. all files are included.
Re: jQuery form validation issue
Yes, I used FF and I download all 2 files js stored locally. Still not working. Did you try?
Code: Select all
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="val.js"></script>