JQuery入門 javascriptのライブラリ jQueryの簡単な例の紹介です

jQueryプラグイン jQuery.expose

  • 2009 05月29日
  • コメントは受け付けていません。

月刊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

jQueryプラグインAutotab

  • 2009 04月16日
  • コメントは受け付けていません。

フォームで入力時自動で次の項目に移るプラグインです。郵便番号などを入力する際に便利そうですね。

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>

tips_admin jQuery

10 Best jQuery Plugins – March 2009

  • 2009 03月25日
  • コメントは受け付けていません。

10 Best jQuery Plugins – March 2009

ベストjQuery プラグインが紹介されています。

tips_admin jQuery

jQuery プラグイン autoResize

  • 2009 03月18日
  • コメントは受け付けていません。

Ajax活用情報紹介サイト Recently Ajax by H2O Space.
http://www.h2o-ajax.com/archives/341
で紹介されている、フォームのテキストエリアが入力すると
広がるプラグインです。

http://james.padolsey.com/javascript/jquery-plugin-autoresize/

ライセンスがどこにも記述されていなかったので
利用の際は注意が必要です。

tips_admin jQuery

jQuery プラグイン ImageSwitch

  • 2009 03月17日
  • コメントは受け付けていません。

http://www.hieu.co.uk/ImageSwitch/

が結構よさそうです。

CDDLライセンスだそうです。

tips_admin jQuery
2010年9月
« 6月    
 1234
567891011
12131415161718
19202122232425
2627282930  
アーカイブ
最近の投稿
タグ
リンク
カテゴリー
メルマガ登録・解除