<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.semooh.jp/jglycy/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>jGlycy jquery-plugins</title>
        <description></description>
        <link>http://www.semooh.jp/jglycy/</link>
        <lastBuildDate>Tue, 14 Apr 2026 11:43:53 +0000</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://www.semooh.jp/jglycy/lib/images/favicon.ico</url>
            <title>jGlycy</title>
            <link>http://www.semooh.jp/jglycy/</link>
        </image>
        <item>
            <title>Column Hover</title>
            <link>http://www.semooh.jp/jglycy/jquery-plugins/column-hover?rev=1293539728</link>
            <description>テーブルの列に、マウスオーバー時にハイライトする機能を付加します。

ホームページ

使い方

tableに “columnHover” と記述すると、列選択機能になります。

&lt;table jg=&quot;columnHover&quot;&gt;...&lt;/table&gt;</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>Cycle</title>
            <link>http://www.semooh.jp/jglycy/jquery-plugins/cycle?rev=1293539728</link>
            <description>Cycleプラグインはトップページでも使っている、画像を様々な手法で連続的に表示するプラグインです。
 ここではjGlycy上での実装を書きますが、非常にシンプルな呼び出しなので、直接呼び出す場合にも参考になると思います。</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>jGlycy対応プラグインの見分け方</title>
            <link>http://www.semooh.jp/jglycy/jquery-plugins/distinguish?rev=1293539728</link>
            <description>最も典型的なスタイルで作られたプラグインであれば、対応できるはずです。

つまり、例えばhogeという機能を実装するためのプラグインであれば

$('...').hoge({options});

というスタイルで呼び出せるものです。</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>Form Observe</title>
            <link>http://www.semooh.jp/jglycy/jquery-plugins/form-observe?rev=1293539728</link>
            <description>semooh作。
 Form Observeは、フォームの値が初期値から変更されたことを監視し、変更が保存されずにページから移動しようとした際にアラートを表示してくれるプラグインです。
 これを導入することで、入力内容をsubmitせずに他のページへのリンクを押してしまったり、うっかりブラウザの戻るボタンを押してしまったりしても、それまでの変更がいきなり消えてしまうよ…</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>ImgHover</title>
            <link>http://www.semooh.jp/jglycy/jquery-plugins/imghover?rev=1293539728</link>
            <description>semooh作。
 ImgHoverは、画像にマウスが乗った際の切り替え動作を実装します。
 単純な画像の切り替えに加え、フェード効果を付けることも可能です。

[imghover-1.1rc]
 jQuery Plugin

利用方法

imgタグに</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>jQuery Plugins</title>
            <link>http://www.semooh.jp/jglycy/jquery-plugins/index?rev=1293539728</link>
            <description>jGlycyは、jQueryのプラグインをサクサク簡単に呼ぶための糖衣です。

プラグインが無くては話になりませんので、ここではjGlycyに対応した便利なプラグインを紹介していきます。
 jGlycy対応可否の見分け方は、こちらを参照して下さい。</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>jTruncSubstr</title>
            <link>http://www.semooh.jp/jglycy/jquery-plugins/jtruncsubstr?rev=1293539728</link>
            <description>semooh作。
 jTruncSubstrは、長い文章の途中までを表示し、続きは[more]ボタンで表示するようにします。
 多くの情報を効率よく見せたい場合に便利ですし、JavaScriptが動作しない環境でも全文表示される点が優れています。</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>Simple Color Picker</title>
            <link>http://www.semooh.jp/jglycy/jquery-plugins/simple-color-picker?rev=1293539728</link>
            <description>テキストボックスに、Color Pickerの機能を付けます。


ホームページ

利用方法

テキストボックスに “attachColorPicker” を記述します。 

&lt;input type=&quot;text&quot; jg=&quot;attachColorPicker&quot; /&gt;



別途、ColorPicker.cssを取り込んでおくと綺麗に表示されます。</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
        <item>
            <title>Spin Button</title>
            <link>http://www.semooh.jp/jglycy/jquery-plugins/spin-button?rev=1293539728</link>
            <description>semooh作。
 Windowsなどでよく見る（最近は無い？）スピンボタンを実装します。
 数値のテキスト入力ボックスに、上下の矢印が付いていて値を増減できるアレです。

[Download]


利用方法

テキストボックスに</description>
            <pubDate>Tue, 28 Dec 2010 12:35:28 +0000</pubDate>
        </item>
    </channel>
</rss>
