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

jquery-boilerplate is giving some error #126

Open
prashant-saxena opened this issue Aug 11, 2017 · 1 comment
Open

jquery-boilerplate is giving some error #126

prashant-saxena opened this issue Aug 11, 2017 · 1 comment

Comments

@prashant-saxena
Copy link

Hi,

Here is the demo

When I click submit button, it's saying
this.submitForm is not a function
No idea, any help would be greatly appreciated.

Cheers
Prashant

@Man7398
Copy link

Man7398 commented Aug 18, 2023

Should try this one !
$(function() {
$("form").formvalidator({
formTemplate: "a custom value"
});

$("form").on("submit", function(event) {
    event.preventDefault(); 

//Perform any thing here !
});
});

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

2 participants