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

Minor bug in docs for reset example #485

Closed
scd8418 opened this issue Feb 12, 2015 · 3 comments
Closed

Minor bug in docs for reset example #485

scd8418 opened this issue Feb 12, 2015 · 3 comments
Labels

Comments

@scd8418
Copy link

scd8418 commented Feb 12, 2015

On line 4, the statement below

$('#example-reset').on('reset', function() {

should be

$('#example-reset-form').on('reset', function() {

The example itself is correct, but the documentation code is wrong. Copying the example from the docs fails without changing the line specified.

@davidstutz
Copy link
Owner

I will have a look, thanks!

@davidstutz davidstutz added the bug label Feb 12, 2015
@scd8418
Copy link
Author

scd8418 commented Feb 13, 2015

Nice product. Well done, btw.

@davidstutz
Copy link
Owner

Thanks ;)

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

No branches or pull requests

2 participants