Skip to content

Minor bug in docs for reset example #485

@scd8418

Description

@scd8418

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions