Skip to content

Instantly share code, notes, and snippets.

@machida
Last active October 6, 2015 05:07
Show Gist options
  • Select an option

  • Save machida/2940660 to your computer and use it in GitHub Desktop.

Select an option

Save machida/2940660 to your computer and use it in GitHub Desktop.
Equal to the height of the "body" the height of the "nav#global".
$ ->
$("nav#global").css "height", $("body").height()
@yakushiji

Copy link
Copy Markdown

bodyをクォーテーションで囲わないとエラーになります。

$ ->
$("nav#global").css "height", $("body").height()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment