Skip to content

Button can still be clicked after setEnabled(false) #32

Description

@colinmollenhour

On form submit I disable all button on the page with:

$$('.ui-button').each(function(button){ button.retrieve('ui.button').setEnabled(false); });

For buttons that are <a> elements, they have the correct visual style but can still be clicked as if they were enabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions