Skip to content

Instantly share code, notes, and snippets.

@maru0014
Created October 27, 2015 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maru0014/c9ba1c2b213c988389e5 to your computer and use it in GitHub Desktop.
Save maru0014/c9ba1c2b213c988389e5 to your computer and use it in GitHub Desktop.
jQueryのloadメソッドでパーツを読み込み 1
<!DOCTYPE HTML>
<html lang="ja">
<head>
</head>
<body>
<div id="header">
タイトルロゴや画像<br>
グローバルメニューなど
</div>
<div id="side">
サイドバー<br>
検索バーやカテゴリーリストなど
</div>
<div id="main">
メインコンテンツは直接記述
</div>
<div id="footer">
サイトのSNS情報や<br>
コピーライトなど
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment