Skip to content

disable-with handler triggers too soon #6

@kainosnoema

Description

@kainosnoema

The disable-with handler triggers a revert to the original before the ajax call has been completed.

$('form[data-remote="true"]').live('ajax:after', function () {

should be

$('form[data-remote="true"]').live('ajax:complete', function () {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions