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

Added jQuery defaults #61

Merged
merged 1 commit into from
Dec 27, 2019
Merged

Added jQuery defaults #61

merged 1 commit into from
Dec 27, 2019

Conversation

bytestream
Copy link

Example usage:

$.extend(true, $.fn.hideShowPassword.defaults, {
    states: {
        shown: {
            toggle: {
                content: "esconder"
            }
        },
        hidden: {
            toggle: {
                content: "espectáculo"
            }
        }
    }
});

@tylersticka tylersticka self-requested a review December 27, 2019 17:09
@tylersticka tylersticka merged commit 90c8d8c into cloudfour:master Dec 27, 2019
@tylersticka tylersticka mentioned this pull request Dec 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants