Skip to content

CSS: .show() will no longer override stylesheet css #733

Closed
@timmywil

Description

@timmywil

When jquery/jquery#2180 lands, it will mean that .show() on an element that is hidden elsewhere (i.e. .hidden { display: none; }) will no longer override that style and show the element. The element will remain hidden. The new recommended workflow will be to first remove the hidden class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions