jQueryのloadメソッドでパーツを読み込み 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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