Created
February 22, 2017 12:34
-
-
Save cozingo/5c0123c44d5cf9760a0b882e69a5aded to your computer and use it in GitHub Desktop.
toggle button to disable/enable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$("#element").prop("disabled", !$("#element").prop("disabled")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment