| Author |
Problem validating form with jQuery validation plugin
|
William Flores
Greenhorn
Joined: Dec 14, 2011
Posts: 29
|
|
Hi guys!
I'm trying validate form with the JQuery, however It isn't works
Follow the code below
I use the I.E and it talks the error is in the line 06
Someone can me help please!
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56547
|
|
|
You'll need to show us the exact error message, and pinpoint the real line that the error is occurring on. (line 6 can't be the source of the error.)
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16487
|
|
Are you sure the browser is actually downloading the script from that location?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56547
|
|
|
Good catch, Paul. No resources can be served out of WEB-INF.
|
 |
William Flores
Greenhorn
Joined: Dec 14, 2011
Posts: 29
|
|
I solve!
I make a new folder in my project and I put the lib in this folder
Now, how I do to show a window? Because is show a message in the page.
It has change this messages for a window??
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56547
|
|
|
Not really. You can control where within the DOM the messages appear. Making them appear in another window would be poor UI in any case.
|
 |
 |
|
|
subject: Problem validating form with jQuery validation plugin
|
|
|