
月刊Webテク通信で紹介されていました。
http://www.flowplayer.org/tools/expose.html
こちら以外にも
http://www.flowplayer.org/tools/scrollable.html
http://www.flowplayer.org/tools/overlay.html
などがあります。
MIT and GPL 2+ licensesだそうです。
tips_admin jQuery
フォームで入力時自動で次の項目に移るプラグインです。郵便番号などを入力する際に便利そうですね。
Autotabよりjquery.autotab.jsをダウンロードします。
ライセンスはMIT と GPLのデュアルライセンスだそうです。
例)
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<script type=”text/javascript” src=”jquery-1.3.min.js”></script>
<script type=”text/javascript” src=”jquery.autotab.js”></script>
<script type=”text/javascript”>
// ここにjavascriptのコードをこれから記述します!
$(document).ready(function() {
$(‘input[name=zip1]‘).autotab({ target: ‘zip2′, format: ‘numeric’ });
$(‘input[name=zip2]‘).autotab({ previous: ‘zip1′, format: ‘numeric’ });
});
</script>
</head>
<body>
<form>
<input type=”text” name=”zip1″ size=”3″ maxlength=”3″ /> -
<input type=”text” name=”zip2″ size=”4″ maxlength=”4″ />
</form>
</body>
</html>
10 Best jQuery Plugins – March 2009
ベストjQuery プラグインが紹介されています。
tips_admin jQuery
Ajax活用情報紹介サイト Recently Ajax by H2O Space.
http://www.h2o-ajax.com/archives/341
で紹介されている、フォームのテキストエリアが入力すると
広がるプラグインです。
http://james.padolsey.com/javascript/jquery-plugin-autoresize/
ライセンスがどこにも記述されていなかったので
利用の際は注意が必要です。
http://www.hieu.co.uk/ImageSwitch/
が結構よさそうです。
CDDLライセンスだそうです。
tips_admin jQuery| 日 | 月 | 火 | 水 | 木 | 金 | 土 |
|---|---|---|---|---|---|---|
| « 6月 | ||||||
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | ||