Skip to content

Instantly share code, notes, and snippets.

@ituki
Created July 29, 2013 05:50
Show Gist options
  • Save ituki/6102362 to your computer and use it in GitHub Desktop.
Save ituki/6102362 to your computer and use it in GitHub Desktop.
disabledをjQueryで変更するTIPS ref: http://qiita.com/ituki_b/items/29eab15611f802b6d16d
$("select").attr("disabled");
$("select").attr("disabled", "disabled");
$("select").removeAttr("disabled");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment