WEBサイト制作の勉強

WEBサイト制作の勉強の為の解説ブログです。

フェリカテクニカルアカデミー

2015-08-14から1日間の記事一覧

シングルページでナビゲーションをカレント表示するjQuery

index.html <html lang="ja"> <head> <meta charset="utf-8"> <title>カレントjQuery</title> <link href="style.css" rel="stylesheet"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="script.js"></script> </head> <body> <div id="container"> <…</div></body></html>