Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active May 29, 2016 04:44
Show Gist options
  • Save nishinoshake/13e2ee050a8804d37fcd to your computer and use it in GitHub Desktop.
Save nishinoshake/13e2ee050a8804d37fcd to your computer and use it in GitHub Desktop.
jQueryでCSSのスタイルを消す
//ひとつ
$('box').css('height', '');
//すべて
$('box').removeAttr('style');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment