How can I validate some inputs that are not inside a form tag?
All the samples I found have a form tag, but I want to validate some inputs that are not inside a form.
thanks!
|
1
|
How can I validate some inputs that are not inside a form tag? All the samples I found have a form tag, but I want to validate some inputs that are not inside a form. thanks!
|
|||
|
|
|
|
You can use this plugin: jQuery Validator Description from the author:
Note: It is a new plugin, |
||||
|
|
|
Provided we're talking about the same validation plug-in, I don't think it's possible. I think the requirements for the plug-in dictate that the items to be validated are inside a form. You could always try replacing the form with a div in a sample page... |
||