jQuery

jQuery  javaScript記述のみぬるっとしたアニメーションでページ内指定リンクへ

色々簡単なjQueryのぬるっとページ内指定リンクへ飛ぶやつを探していたところ この記事のが↓javaScript記述のみで一番簡単で使いやすそうだった 【jQuery】ページ内リンクをするするーっとスムースにスクロールするJavascript | KLUTCHE script <script type="text/javascript"> $(function…

jQuery Tools Tabs

<html lang="ja"> <head> <title>jQuery Tools standalone demo</title> <script src="http://cdn.jquerytools.org/1.2.7/full/jquery.tools.min.js"></script> <link rel="shortcut icon" href="/media/img/favicon.ico"> <link rel="stylesheet" type="text/css" href="css/standalone.css"> <style> #ta…</link></link></head></html>

jQuery 横のアコーディオン

<html lang="ja"> <head> <meta charset="utf-8"> <title>横向きアコーディオン</title> <link rel="stylesheet" href="style.css"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> </head> <body> <div> <dl> <dt id="page1"><span>Tokyo</span></dt> <dd></dd></dl></div></body></html>

jQuery toggle(トグル)を使って画像置換

バージョンは1.8.2を使用すること script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" <html> <head> <meta charset="utf-8"> <title>toggle</title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <style> p{ cursor: pointer; } #container{…</meta></head></html>