Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client side validation #58

Closed
sanurocks opened this issue Apr 30, 2015 · 4 comments
Closed

Client side validation #58

sanurocks opened this issue Apr 30, 2015 · 4 comments

Comments

@sanurocks
Copy link

Does the plugin not carry forward the required attribute from the html select or am I missing something. And that being the case, If we want to manually apply required attribute which element would it be? It is necessary for client side validation.

@HemantNegi
Copy link
Owner

Currently it does not provide any validation support,
however i have used jquery validation with this.
here is a reference : http://www.bidnbid.com/accounts/signup/?seller

@sanurocks
Copy link
Author

Ok. I saw the source code for the page and the script, You are using the class selector for providing validation. I was able to validate the page using some different code, I just wanted to know if the plugin does it automatically or not. Thanks

@sanurocks
Copy link
Author

For anyone viewing this after being closed. You can see the answer as per plugin owner. Or you can use my method by changing the jquery validator settings as per your needs.

@MswathiM
Copy link

Currently it does not provide any validation support,
however i have used jquery validation with this.
here is a reference : http://www.bidnbid.com/accounts/signup/?seller

The above provided link is not available now. Can you please share the correct link to refer this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants