Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Allow form-based refreshes #3378

Closed
Closed
@jmacdonald

Description

@jmacdonald

Currently, to refresh changes to form fields, all affected fields must have their individual refresh methods called:

$('#my_selectmenu').selectmenu('refresh');

Depending on the number of fields that have been affected, and especially because the various field types do not share a common method (selectmenu, checkbox, etc.), this makes refreshing complex forms very cumbersome.

Activity

toddparker

toddparker commented on May 5, 2012

@toddparker
Contributor

Thanks for the suggestion. Since this is a feature request, I'm going to close this but we'll re-open when we decide to look into this in a future release. Mind link this up to the feature request wiki page? https://github.com/jquery/jquery-mobile/wiki/Feature-Requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @toddparker@jmacdonald

        Issue actions

          Allow form-based refreshes · Issue #3378 · jquery-archive/jquery-mobile