Skip to content

Instantly share code, notes, and snippets.

@carlosrojaso
Created May 15, 2014 10:55
Show Gist options
  • Save carlosrojaso/c728da5273926c3ce9a2 to your computer and use it in GitHub Desktop.
Save carlosrojaso/c728da5273926c3ce9a2 to your computer and use it in GitHub Desktop.
Jquery property
// Disable #x
$( "#x" ).prop( "disabled", true );
// Enable #x
$( "#x" ).prop( "disabled", false );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment